i want to select drop down any one which is there in Excell. suggest me logic.
selector will not work in VM
@Relangi_Siva try with click ocr text activity to click on the text based on ocr
Hello @Relangi_Siva
Hope the robot is running in the same VM. If that is the case have you tried with Select item activity?
Thanks
From excel take the cell value & store in a variable the for selecting item in dropdown use click activity for selecting drop down button then use type into pass the variable & give enter.
It will work
Thanks
Varun