51Testing软件测试论坛
标题:
Selenide智能等待
[打印本页]
作者:
太鼓达人
时间:
2019-3-20 15:20
标题:
Selenide智能等待
一般情况下,Selenide会智能等待元素加载完成,以便继续完成其余步骤操作,
但由于不知道的原因,有时候貌似不能奏效,可尝试使用此方法
import static org.openqa.selenium.support.ui.ExpectedConditions.visibilityOfElementLocated;
Selenide.Wait().until(visibilityOfElementLocated(By.id("$ires")));
复制代码
作者:
Miss_love
时间:
2020-12-30 18:02
支持分享
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2