Refer the SS:
Question:
I need to select the based on the three letter code provided in excel ,
The value may be in first page or last page i need to find that code which matches the excel and i need to click on that specific value
NOTE: Need to work dynamically
Pls help me its So urgent …
If i assigned the variable it will choose the three letter code which is in the last page also? if not
i need to scroll and need to find in the list and then i need to click for that what i have to do?
It should generally work even if the element you want to click isn’t available on the screen. But this behavior will change from application to application. Hence I recommend you test it out and if the click doesn’t work then you can try using Send Hotkey (Down Arrow).
I have created the workflow like getting each and every row by get text and assigning idx value dynamically and if the text found click that if not increment idx+1 and iterate the same process
problem is it is getting all the text but it is not clicking on the text instead it looping continuously and execution stopped without clicking
Start node