hi,
i want the bot to read excel file (each row) and test whether that text is present in web page or not. and get the position and occurrence of text
how can i solve this.
you can use for loop to iterate through each text
Open the webpage
Ctrl+f hotkey
Enter the text, then ENTER. After that
If loop
IF result exists or NOT
how can i get the text from drop down
1 Like
after (Ctrl +f and enter text )
how you get the result?..
after searching …only text is highlighed…from where can i get result.?
when searched you will get results in highlighted text right. Then Get Element that and store it in a variable. Then If that element exists your requirement