How to click button with no specific selectors available

Hello Team,
How would handle a situation where you need to click specific button in a table with no specific selectors? And I might need to click multiple at at time.

@AKPEKO_DENNIS_ZIGAH you can check whether any attributes like idx or rownum is available in the selector. if yes, you can create a loop and pass it to the selector to make the selector dynamic.

Hi @AKPEKO_DENNIS_ZIGAH ,

In case you do not have any unique selector, Please try with Image Recorder to click a specific element.

Cheers,

Hi @AKPEKO_DENNIS_ZIGAH

Is this webpage ? if yes, you can trying using css selectors here

Hi @AKPEKO_DENNIS_ZIGAH,

Introduce any two fields in the list and distinguish between them. You should choose the unique one among these differences. You can also click multiple items, observing how this uniqueness changes relative to other list items.

Please share the details of the problem for a clearer solution.

Regards,
MY

Hello Team,
Thank you for the prompt responses, let me implement them and feedback.

Regards,
Dennis.

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