Hi good day,
I would like to click a specific button among many of the same buttons in a webpage.
For example, i want my robot always type something in text field and click “NO” in C row.
but now i’m not sure how to make my robot select “NO”
I tried to use anchor base to find text “C” in left side first, then click “NO” in right side, but it failed because the selector of no button element always change after webpage refresh.
Can anyone teach me if anyway to locate the button I want?
Thanks in advance.
I put the UI explorer screenshot as below.
Sorry for hiding some sensitive information.
My problem is that there are always 2 radio button YES and NO in each row.
the id will show “approval_value_XXXXXX_1” for “YES”, and “approval_value_XXXXXX_2” for “NO”
and the value number XXXXXX always changing, that’s why i can’t locate the radio button correctly.
Thanks!