Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try {
- driver.findElement(By.linkText(text));
- fail("Link with text <" + text + "> is present");
- } catch (NoSuchElementException ex) {
- /* do nothing, link is not present, assert is passed */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement