Guest User

Untitled

a guest
Oct 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. wait.until(ExpectedConditions.visibilityOfElementLocated(By.id
  2. ("tag-dropdown-1828801cc89a8bf633eb6bdb8a62a8f7868727d14f0252e7de3f21b29b803930-trigger")))
  3. .click();
  4. navegador.manage().timeouts().implicitlyWait(90, TimeUnit.SECONDS);
  5.  
  6. WebElement tagDropdown = navegador.findElement(By.id("tag-dropdown-1828801cc89a8bf633eb6bdb8a62a8f7868727d14f0252e7de3f21b29b803930"));
  7. tagDropdown.click();
  8.  
  9. WebElement tagDropdown = navegador.findElement(By.id("tag-dropdown-1828801cc89a8bf633eb6bdb8a62a8f7868727d14f0252e7de3f21b29b803930"));
  10. WebElement tagDropdownUl = tagDropdown.findElement(By.tagName("ul"));
  11. WebElement tagDropdownLi= tagDropdownUl.findElement(By.tagName("li"));
  12. tagDropdownLi.findElement(By.className("menu-item")).click();
Add Comment
Please, Sign In to add comment