For items which are dynamic (are loaded after the page is loaded), you need to wait before to make an selection. Just find an event that you need to wait, and they the steps described here are still available. A trick would be to check the available items in the select, let's say there are at least 3, so wait and then you start the automation. I hope it helps, I will make a video on this
@@DanielTila thanks but I am completely new on it and I have a process in which we have to dynamically put one item to another and location of these two item is changes when I select different data
@@forwardplayer1960 If you have two different dropdown menus, where on the first selection it changes the idem from the second selection, then you need to wait for those elements to load. This can be simple done using the GetFullText activity since it retrieves the whole items (inclusive the ones which are hidden). If this value is somehow bigger than a threshold, then you are ready to go.
I am stuck in a project where I am unable to select an element (drop down) that appears on the pop up on my web page. Would appreciate if anyone can help! Thanks in advance
The little nuances that you mention during these demos are really amazing... Thanks a lot...!!
great video! very helpful bro!
Is there a way that I choose a value from the dropdown based on an excel list (inside a loop)?
Thanks for this ...I stuck in this problem .
Thank you Daniel, nice explanation
Thanks. This video usefull to me
1:31 - Ofcourse you're going to switch back to Cat, because your automation would've failed if Crow was selected.
Hi, how to select the menu on your desktop app such as the 'file' menu on your SPAN application?
Thanks for this video
How to set to taking default in in the drop-down list
hi how can drag and drop dynamic item for which drag and drop position are not fixed
For items which are dynamic (are loaded after the page is loaded), you need to wait before to make an selection. Just find an event that you need to wait, and they the steps described here are still available. A trick would be to check the available items in the select, let's say there are at least 3, so wait and then you start the automation. I hope it helps, I will make a video on this
@@DanielTila thanks but I am completely new on it and I have a process in which we have to dynamically put one item to another and location of these two item is changes when I select different data
@@forwardplayer1960 If you have two different dropdown menus, where on the first selection it changes the idem from the second selection, then you need to wait for those elements to load. This can be simple done using the GetFullText activity since it retrieves the whole items (inclusive the ones which are hidden). If this value is somehow bigger than a threshold, then you are ready to go.
I am stuck in a project where I am unable to select an element (drop down) that appears on the pop up on my web page. Would appreciate if anyone can help! Thanks in advance