Hi Team,
I need to click on View SF link which is shown in below image
Please help with some solution
Thanks
Likitha
Hi Team,
I need to click on View SF link which is shown in below image
Please help with some solution
Thanks
Likitha
Its a table …so the selector mostly would include table row and column…use them to click on the required link
Example selector looks like this
<webctrl tag=‘TD’ tablerow=‘1’ tablecolumn=‘2’ />
<webctrl tag=‘A’ />
Cheers
Hi @vinjam_likitha ,
As per @Anil_G suggestion you can use the selector and try to check in using uiexplorer to get exact selector add innertext or aaname property also.
Regards,
Arivu
Hi
Can i use Anchor base for this
in find element activity will take Amendment Agreement and click activity can i use for clicking View SF
Thanks
Likitha
Hey
Can you try with click text activity?
Regards
@Anil_G I think only one row for every record
Thanks
@fernando_zuluaga Sure will try it
Thanks
Then you can try that or to be more reliable its bettwr to have the selector itself with row and column properties
Cheers
Hi
I used modern selector click activity. its working
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.