Selenide智能等待
一般情况下,Selenide会智能等待元素加载完成,以便继续完成其余步骤操作,但由于不知道的原因,有时候貌似不能奏效,可尝试使用此方法
import static org.openqa.selenium.support.ui.ExpectedConditions.visibilityOfElementLocated;
Selenide.Wait().until(visibilityOfElementLocated(By.id("$ires")));
支持分享
页:
[1]