A.使用above_element()方法B.使用move_to()方法C.使用move_to_element()方法D.使用get_attribute()方法
单项选择题在Selenium WebDriver中,如何通过XML路径语言进行定位()
A.使用find_element_by_xpath()方法B.使用find_element_by_css_selector()方法C.使用find_element_by_xpath_name()方法D.使用find_element_by_class_name()方法
单项选择题在Selenium WebDriver中,如何切换到浏览器的iframe中()
A.使用switch_to_frame()方法B.使用switch_to_window()方法C.使用switch_to_alert()方法D.使用switch_to_default_content()方法
单项选择题JavaScript中,用来输出文本的方法是什么()
A.background-colorB.colorC.font-sizeD.text-align
单项选择题在PyTest中,以下哪个选项用于将测试用例分组为一个测试集合()
A.pytest.testcaseB.pytest.caseC.pytest.suiteD.pytest.mark
单项选择题在PyTest中,可以通过以下哪种方式传递请求参数给Requests库()
A.通过命令行参数B.通过函数参数C.通过配置文件D.以上都可以