Created
January 19, 2015 20:11
-
-
Save gempesaw/738c1d64d2d47d03a866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby watir.rb | |
| We must explicitly catch this failed find_element | |
| Or else it will kill the script | |
| /Users/dgempesaw/.rvm/gems/ruby-2.2.0/gems/watir-webdriver-0.6.11/lib/watir-webdriver/elements/element.rb:513:in `assert_exists': unable to locate element, using {:name=>"missing", :tag_name=>"input or textarea", :type=>"(any text type)"} (Watir::Exception::UnknownObjectException) | |
| from /Users/dgempesaw/.rvm/gems/ruby-2.2.0/gems/watir-webdriver-0.6.11/lib/watir-webdriver/user_editable.rb:11:in `set' | |
| from watir.rb:12:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment