M
Size: a a a
M
YM
M
АГ
A
AS
AS
A
AS
AS
АГ
BO
АГ
BO
AS
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using chromedriver 86.0.4240.22 (resolved driver for Chrome 86)
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Exporting webdriver.chrome.driver as /Users/andrei/.cache/selenium/chromedriver/mac64/86.0.4240.22/chromedriver
AS
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using chromedriver 86.0.4240.22 (resolved driver for Chrome 86)
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Reading https://chromedriver.storage.googleapis.com/ to seek chromedriver
[main] INFO io.github.bonigarcia.wdm.online.Downloader - Downloading https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_mac64.zip
[main] INFO io.github.bonigarcia.wdm.online.Downloader - Extracting driver from compressed file chromedriver_mac64.zip
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Exporting webdriver.chrome.driver as /Users/andrei/.cache/selenium/chromedriver/mac64/86.0.4240.22/chromedriver
R
АГ
SR
AV
public void waitUntilElementPresent(String xpath, long secs){есть ли его аналоги в selenide?
try {
app.driver.manage().timeouts().implicitlyWait(0, TimeUnit.SECONDS);
WebDriverWait wait = new WebDriverWait(app.driver, secs);
wait.until(ExpectedConditions.invisibilityOfElementLocated(By.xpath(xpath)));
} finally {
app.driver.manage().timeouts().implicitlyWait(5, TimeUnit.SECONDS);
}
}