I have a list of Radio Buttons
as shown in the picture below.
and in inspect element it is defined as
How can I select a radio button defined this way in Robot Framework.
I tried-
- Select Radio Button
- Click Button
- Click Element But not of the above worked.
Error:
FAIL : Element with locator '//*[@id="q-app"]/div/div[2]/div[2]/div/div/div[3]/div[3]/table/tbody/tr[7]/td/span/div' not found.
question from:https://stackoverflow.com/questions/66061823/robot-framework-radio-button-without-id-and-name