Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. When(/^I login with facebook$/) do
  2. enter_text("android.webkit.WebView css:'input[name="email"]'", "myemail")
  3. enter_text("android.webkit.WebView css:'input[name="pass"]'", "mypassword")
  4. touch "android.webkit.WebView css:'button[name="login"]'"
  5.  
  6. Then I login with facebook # features/step_definitions/calabash_steps.rb:598
  7. Action 'set_selection' unsuccessful: JS input injection failed: "JS exception: TypeError: Failed to execute 'setStart' on 'Range': parameter 1 is not of type 'Node'." (RuntimeError)
  8. ./features/step_definitions/calabash_steps.rb:599:in `/^I login with facebook$/'
  9. features/04_Login.feature:86:in `Then I login with facebook'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement