单项选择题
selenium中,WebDriverWait ()参数,用于设置超时后抛出的异常信息。
A.driver
B.timeout
C.poll_frequency
D.ignore_exceptions
点击查看答案&解析
相关考题
-
单项选择题
使用()语句捕获相应的异常。
A.try-except
B.try-catch
C.try-exception
D.try-catcherror -
单项选择题
在Selnium中,()模块提供许多内置等待条件。
A.webdriver.support.expected_conditions
B.webdriver.support.ui.expected_conditions
C.webdriver.expected_conditions -
单项选择题
re.findall()函数中,用于指定,正则匹配模式的参数是()。
A.flag
B.pattern
C.string
D.flags
