Pega RPA interrogating controls in Dynatrace
Hello. I am working on a solution in Pega Robot Studio to automate scheduling matinenance windows in Dynatrace to supress alerts during our weekend maintenance activities. Dynatrace is quite dynamic and I was able to find unique match rules to consistently identify controls. There is one control in particular which is a combobox used to select a timezone (there are hundreds of timezones), and the only way to populate the America/Detroit timezone item is to manually type "America/Detroit (Eastern Time)" in the combobox. I have tried the SendKeys method to no avail. The automation crashes while using SendKeys in Chrome. I have tried passing the string to the text properties of that control, which doesn't work as the timezone item does not populate that way. I have even tried several RaiseEvent methods (oninput, onkeyup, onkeydow, onclick, etc.), Focus method, Rematch method, and mutliple sleep times in between, still to no avail.
What are some things you would suggest to force the combobox to populate the timezone item and select it, or to validate the string?
Thank you.