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

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


你可能感興趣的試題

1.單項(xiàng)選擇題在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()方法

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

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

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

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

4.單項(xiàng)選擇題在PyTest中,以下哪個(gè)選項(xiàng)用于將測(cè)試用例分組為一個(gè)測(cè)試集合()

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

5.單項(xiàng)選擇題在PyTest中,可以通過以下哪種方式傳遞請(qǐng)求參數(shù)給Requests庫()

A.通過命令行參數(shù)
B.通過函數(shù)參數(shù)
C.通過配置文件
D.以上都可以