Skip to content

Instantly share code, notes, and snippets.

@ivaravko
Forked from jarib/file.rb
Created August 9, 2011 09:28
Show Gist options
  • Save ivaravko/1133657 to your computer and use it in GitHub Desktop.
Save ivaravko/1133657 to your computer and use it in GitHub Desktop.
def element_present?(how, what)
@driver.find_element(how, what)
true
rescue Selenium::WebDriver::Error::NoSuchElementError
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment