function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Smita LokhandeSmita Lokhande 

Not able to Click on SFDC links using selenium

Hi All,

I am working on SFDC Application, where we have custom page and having many objects (links). I am not able to click on any link.
Below is format of my all links:
<a data-aura-rendered-by="100:1305;a" href="javascript:void(0);" class="abcd" data-aura-class="abcd">Type here</a>

Only difference in each link is data-aura-rendered-by value.

I have tried with linkText, Xpath, Javascript but nothing work for me

Kindly suggest solution