Issue in clicking the URL

Hi Team,

I need to click on View SF link which is shown in below image

Please help with some solution

Thanks
Likitha

@vinjam_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

1 Like

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

@vinjam_likitha

You can use that as well…so do you have only one row always?

Cheers

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

1 Like

@vinjam_likitha

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

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.