I have a dropdown list…its not a noemal dropdown kind of thing… its like a grid list inside the dropdown…
i used Type into activity to get the list from the dropdown…its coming dynamically from the excel …
here my issue is if i type manually in the dropdown the list will appear in 2sec so that i can select from the list…her my peoblem is while getting the text from excel after typing the text the list is not appering for long time…some times its showing in 10sec and sometimes after 30sec also the list as not apperaing… so because of this its jumping to the next step and i am getting selector error…
Hi
Instead of typing did we try with COPY and PASTE
That is pass the same string input to SET TO CLIPBOARD activity so that it will get copied to clipboard
Then use SEND HOT KEY ACTIVITY with key as ctrl+v which will paste the value in that field from clipboard
This will be much faster than typing
i am getting the drop down list like this…if i type the text inside the dropdown…the below list will appear
i am getting this while i am doing it manually… once i run it in uipath after typing the text the dropdown is not appearing… i can able to select the item once the list opens…so here the list is not opening while running in uipath…when i do it manually it opens…