browser.keyboard.down & browser.keyboar.up raises an error #274
Replies: 1 comment
-
Yea looks broken, I created a PR #288 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/usr/local/bundle/gems/ferrum-0.11/lib/ferrum/keyboard.rb:35:in `down': no implicit conversion of Symbol into Integer (TypeError)
It rises in this code:
any other key including "a" raises the same error
this is line 35 in keyboard.rb
========================================
/usr/local/bundle/gems/ferrum-0.11/lib/ferrum/keyboard.rb:42:in `up': no implicit conversion of Array into Hash (TypeError)
It rises in this code:
browser.keyboard.up(:pagedown)
any other key including "a" raises the same error
this is line 42 in keyboard.rb
works only 'type' method. 'up' and 'down' raises an error.
Did i miss something?
Beta Was this translation helpful? Give feedback.
All reactions