When i use click activity i am getting multiple anchors and target element in such cases what is the alternate solution for this
@sruthesanju ,
Try to check selectors for all the cases , You might get the “TableRow” Attribute different .You can make use of that to click
Regards,
Hi @sruthesanju
Try to Use the “Find Element” activity: Instead of using the Click activity directly, you can use the Find Element activity to locate the correct anchor or target element first, and then pass the resulting element variable to the Click activity. This approach allows you to use more precise selectors and makes your automation more resilient to changes in the UI.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.