Advertisement
optybg

Untitled

May 27th, 2020
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. WebDriverWait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(30));
  2. wait.Until(ExpectedConditions.VisibilityOfAllElementsLocatedBy(By.XPath("//*[@id='tve_editor']/div[2]/div[2]/div/div")));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement