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.
@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.
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?
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?
ā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.
@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.
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.
@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.
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.