I’m having issues with an internal desktop app. I’m trying to select the options in the dropdown but cannot select the values, using the Select Item activity or the Type Into activity. The Type Into activity works until a special character is typed, which resets the search in the dropdown. See image attached.
Has anyone experience a similar issue and discovered a workaround?
Thanks guys. Yes, I have considered the down key. However, this dropdown list is subject to change. Therefore, it may not always be a fixed number of down keys. Also, any type of special character resets the search (i.e. apostrophes, ampersands, etc.). I have tried using the actual selector as well but it did not work.
You may have to be quite smart about how you can get the correct text to appear on screen through the dropdown so that it can be recognised by the activities. Mabe by entering everything up to the special character at least so as to minimise the results to a few?
As @ChagantiAkhil mentioned, try getting the selector for one particular item from the dropdown using the Ui Explorer. Then make it dynamic by providing the value you want to select in the selector itself using a variable. That way, every time you want to select, the selector will be created dynamically along with the value you want to select. Then, try using a Click activity to select the value required.
Ok thank you all! I wasn’t able to use the selectors since UiPath cannot identify the individual elements but Citrix Recording with Screen Scrape Relative seems to have worked. I just hope that it will work across machines.