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.