單項選擇題Selenium WebDriver如何判斷元素是否已選擇()

A.使用is_enabled()方法
B.使用is_selected()方法
C.使用is_used()方法
D.使用is_checked()方法


你可能感興趣的試題

1.單項選擇題Selenium WebDriver如何模擬鼠標(biāo)懸停在元素上()

A.使用above_element()方法
B.使用move_to()方法
C.使用move_to_element()方法
D.使用get_attribute()方法

2.單項選擇題在Selenium WebDriver中,如何通過XML路徑語言進(jìn)行定位()

A.使用find_element_by_xpath()方法
B.使用find_element_by_css_selector()方法
C.使用find_element_by_xpath_name()方法
D.使用find_element_by_class_name()方法

3.單項選擇題在Selenium WebDriver中,如何切換到瀏覽器的iframe中()

A.使用switch_to_frame()方法
B.使用switch_to_window()方法
C.使用switch_to_alert()方法
D.使用switch_to_default_content()方法

4.單項選擇題JavaScript中,用來輸出文本的方法是什么()

A.background-color
B.color
C.font-size
D.text-align

5.單項選擇題在PyTest中,以下哪個選項用于將測試用例分組為一個測試集合()

A.pytest.testcase
B.pytest.case
C.pytest.suite
D.pytest.mark