Actions
selection_question #4119
openname=当发生页面 desc=知识点:a answer_ana answer_id=
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/26/2024
Due date:
% Done:
0%
Estimated time:
name:
当发生页面切换,等待某个元素处于可点击状态,下面说法正确的是:
score:
5.0
topic_type:
单选题
...
options:
- is_selected: false
name: '选项A: new WebDriverWait(driver, Duration.ofSeconds(20), Duration.ofSeconds(2)).until(ExpectedConditions.invisibilityOfElementLocated(by));'
- is_selected: false
name: '选项B: new WebDriverWait(driver, Duration.ofSeconds(20), Duration.ofSeconds(2)).until(ExpectedConditions.elementToBeClickable(by));'
- is_selected: false
name: '选项C: new WebDriverWait(driver, Duration.ofSeconds(20), Duration.ofSeconds(2)).until(webDriver
-> driver.findElement(by));'
- is_selected: false
name: '选项D: new WebDriverWait(driver, Duration.ofSeconds(20), Duration.ofSeconds(2)).until(not(webDriver
-> driver.findElement(by)));'
tag:
desc:
知识点:app自动化测试,难度中等
...
is_delete:
false
answer_id:
4118
tags:
No data to display
Actions