I am using a website with a dropdown menu to select an item, but I cannot choose one. Please help me with this issue. i use a dynamic selector but it’s not work
like first I use click and in second I use another click but in some item bot failed to click
use a single click activity with a dynamic selector that includes the dropdown item’s visible text. validate the selector using ui explorer and add aaname or innertext attribute if needed. add delay or retry scope if dropdown loads slowly.
Or
another way is to use “select item” activity if the dropdown is a standard html/select control; otherwise, use “click” to open the dropdown, then “type into” with the item text followed by an “enter” key.
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath
In this type of situation You can use find children Activity with this u will get all dropdown Value. After That u just want to do string operation to that and passed that to for loop and use select item and passed for each CurrentRow to that
and you just need to check an condition and SELECT ITEM.