KannanK
(Kannan Krishnaswamy)
1
Hi,
I need to click a link based on text next to the hyperlink.
It is like grid structure - Each row, there is one hyperlink and one label text.
See attached image.
Input is Company 001 or Company 002 or Company 003.
I need to click corresponding hyperlink based on “Searching Company 001 or 002 or 003”.
Please give some suggestion.
Thank You.
Best,
K.Kannan.
Hi @KannanK,
Here is the solution,
- Do find element on the label text.
- Use find ancestor activity to find the parent element.
- Specify parent element in Find children activity and specify the filter to get hyperlink.
- Check for the resultant count and if count > 0, get the hyperlink element
- Add click activity and use the resultant element in the target element property.
KannanK
(Kannan Krishnaswamy)
3
Hi @Madhavi,
Thank You - I will try your suggestion and feedback.
Best,
K.Kannan.
ecapox
(Emanuele)
4
Were you able to get this to work?
Hi,
I am stuck at the same situation!
Can you please provide me with the work file if possible.