Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. if ( !driver.findElement(By.id("idOfTheElement")).isSelected() )
  2. {
  3.      driver.findElement(By.id("idOfTheElement")).click();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement