相关考题
-
单项选择题
selenium中,()通过CSS选择器定位元素。
A.find_element_by_css_selector()
B.find_element_by_class_name()
C.find_element_by_tag_name()
D.find_element_by_name() -
单项选择题
当正则表达式中包含能接受重复的限定符时,匹配尽可能少的字符,这被称为()。
A.贪婪匹配
B.懒惰匹配
C.占有匹配
D.随机匹配 -
单项选择题
response对象中的encoding,用于()。
A.获取请求方式
B.获取响应头
C.设置或获取响应内容的编码格式,与text属性搭配使用
D.获取字符串形式的响应内容
