so i have to select an item from a list of dropdown item on a website but this list doesn’t have a dropdown arrow for me to select and indicate on screen
this item is within a dropdown list of item but im unable to indicate on screen as i can only view the list of items if i hover over the main category.
is there anyway to select the item i want?
what can i do to solve this? please help! i’ve been stuck for so long
hello! may i know for on element appear what do i indicate on screen for and what do i add in the do activity , for indicate do i indicate the item i wanna select from the dropdown list? thankyouu!
Yes on element appear activity’s target should be the item you want to select.
Open UiExplorer, use F2 to get wait time of 3 seconds, meanwhile hover and capture the element.
Make the selector as much dynamic as possible.then use it in on element appear and click activities. The error has happened as it wasn’t able to find the item or element properly.
You can also make use of On image appear and Click image activity to achieve this if the method being configured is not working as expected.
If 1 is not an option or if it is not working then you need to create a logic to click or hover on the field and then use a loop to scroll and check for the value you need and click on it when the value appears…basically a do while with element exists/check app state to check for the value you need…and on found side click on the value you need and on else side use a scroll activity…condition in dowhile should be true thats it …and for aafety use a max iteration number in the dowhile properties