Project

General

Profile

Actions

selection_question #1103

open

desc=知识点:a answer_ana name=当发生页面 answer_id=

Added by UserName LastName 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
12/20/2024
Due date:
% Done:

0%

Estimated time:
answer_id:
1102
desc:

知识点:app自动化测试,难度中等
...

is_delete:
false
name:
当发生页面切换,等待某个元素处于可点击状态,下面说法正确的是:
options:

- is_selected: false
name: '选项A: WebDriverWait(self.driver, 10).until(expected_conditions.visibility_of_element_located(locator))'
- is_selected: false
name: '选项B: WebDriverWait(self.driver, 10).until(expected_conditions.element_to_be_clickable(locator))'
- is_selected: false
name: '选项C: WebDriverWait(self.driver, 10).until(lambda x:x.find_element(locator))'
- is_selected: false
name: '选项D: WebDriverWait(self.driver, 10).until_not(lambda x:x.find_element(locator))'

score:
5.0
tag:
tags:

[]

topic_type:

单选题
...

No data to display

Actions

Also available in: Atom PDF