标签: selenium-webdriver clojure
我想知道您如何使用radio buttons选择Selenium Webdriver?
radio buttons
Selenium Webdriver
我使用了find-element和select,但我认为我不知道使用它们的正确方法。
find-element
select
答案 0 :(得分:0)
Taxi API中记录了一系列功能。选择最适合你的人。
select-all
select-by-index
select-by-text
select-by-value
select-option
答案 1 :(得分:0)
您应该尝试使用click中的clj WebDriver功能来选择单选按钮: -
click
clj WebDriver
(click "css locator for radio button")