You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
Trying to create a cucumber step that is basically just "start typing" (i.e. wherever the cursor already is).
Using the capybara selenium driver, this works as expected:
Using poltergeist however, I just get
ElementNotFound
This may be related to ariya/phantomjs#10427
Barring a fix to that, is there any other way of just sending keys over to the browser without having to specify a particular element?
The text was updated successfully, but these errors were encountered: