Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a list of Radio Buttons as shown in the picture below.

Radio Buttons

and in inspect element it is defined as

Radio Button- Inspect

How can I select a radio button defined this way in Robot Framework.

I tried-

  1. Select Radio Button
  2. Click Button
  3. 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...