Hello Experts,
I am new to UiPath. I am looking for a solution for dynamik click.
so I will search a website with some keywords and need to click the first link among all the search suggestions.
Searching the website I can manage, but is not able to figure out how to click the first suggestion.
Please suggest.
Hi @rishichak
Can I get to know what type of websites you want to search? so that I can help you with the solution
Click On The Link You Want → Go to uiexplorer → Find Tablerow/TableCol Id Or class-> enable it by clicking checkbox. → check starting number and write id/class no you want to click.
well since you want to click on very first link i think you dont want to follow these steps as it will click on very first by default. have you tried?
I want to search in https://academy.uipath.com/
Thanks I will try this option and let you know
- Activity: Find Element
- Selector: Use UI Explorer to get the selector for the first suggestion (it might look like
<webctrl tag='LI' idx='1' />
)
Thank you for the suggestions, however due to my lack of knowledge in UI Explorer couldn’t implement what you suggested.
I have used Fuzzy Selector with Anchor and able to select the first link suggested.
I suggest doing the free training at academy.uipath.com as it will teach you the basics of how to identify UI elements, selectors, etc.