Text Hyperlink - Find and Double Click

Hi Champs,

There are many posts related to this topic, but none of them serves the purpose for me. Someone, please guide me a solution step by step of my concern below.

There is a text hyperlink on a website & the position of it is not static. It may appear at a different position next day. I want to be able to double-click the text hyperlink no matter where it is. The text name is unique in this case. I tried using simple Click, Double click, OCR n all other from the suggestions in the UIPath Forum. My browser is Chrom. Please help get a notable solution.

Thanks,
Ashish

Hello @ashish.prasad, if the hyperlink text is always the same each time, have you tried Click Text?

@whyyouandi, yes I tried, but itā€™s not working. Rather itā€™s clicking another text hyperlink which is at the position of the desired text that I had selected during development phase.

Is the text has more than one recurrence per page for your case?

@whyyouandi, No. Itā€™s just once.

Hi @ashish.prasad,

Try Find Children activity to get the exact selector and click it.

Regards,
Arivu

As Iā€™m a beginner, can someone please post a sample .xaml file with a suitable option using ā€œhttps://www.yahoo.com/ā€ as the website & locate ā€œEntertainmentā€ which is a clickable text with a hyperlink?

Thank you

@ashish.prasad,browser.xaml (7.0 KB)

Thanks,
Sreekanth.k

@sreekanth thank you so much it worked. However,

This logic I donā€™t know why isnā€™t working for my organizationā€™s internal website. I have a report link & given a text to shorten it. Applying the same logic & also tried with find text function. But none of them seems working for me. Is there any other quick workaround?

Steps:

  1. http://myURL
  2. Username & Password then click Login
  3. Navigate a folder
  4. Navigate subfolder
  5. ā€œALL_Open_DATAā€
    Step 5 is where the issue lies. There could be multiple reports like step 5 & their position may not be static. Iā€™m not able to find the step 5 text & double click it to see the web-based report.

Any help please?

Thanks,
Ashish

@ashish.prasad For step5 when you perform click action, check the selector property aaname=ā€˜ALL_Open_DATAā€™ .If itā€™s correct then youā€™ll be able to perform click correctly.

Thanks,
Sreekanth.k

How do I check the selector property of the report? Please assist. And how to deploy after checking the selector property, because ā€˜ALL_OPEN_DATAā€™ is designed by us on the website to see the web-based report.

@ashish.prasad,1


check for idā€™s and change them into dynamic selectors

@ashish.prasad https://academy.uipath.com go through the training provided by uipath so that you wonā€™t face any difficulties
Thanks,
Sreekanth.k

Hi @ashish.prasad,

Use UiExplorer to get the exact selector.

Regards,
Arivu

@sreekanth @arivu96ā€¦ finally was able to tweak it. Thank you both of you. I have already gone through tutorials, but the practical needs guidance when you actually work on the learned theory.

Thanks,
Ashish

1 Like

Hi Sreekanth,

As you have answered a question about hyperlink,Do you have idea about hyperlinking the text in uipathā€¦like hyperlinking the text in log message, message box etc.

Hey @sreekanth,

Would be able to help with my Problem.

Appreciate it,