thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 427 forks source link

Support most of the keys specified by Capybara for Node#send_keys #977

Closed twalpole closed 7 years ago

twalpole commented 7 years ago

This makes capybara-webkit compliant with Capybara for Node#send_keys, modifiers, grouping, etc (except for the :separator key since I don't see an equivalent in Qt). The failures in the whitelist tests appear not to be due to any code changes but rather something with Travis (don't occur locally) and I haven't been to figure out what yet.

twalpole commented 7 years ago

The whitelist tests are failing because example.com no longer resolves/responds on travis

longwave commented 7 years ago

Posting just to say I needed to send the Escape key in a Capybara test and this PR branch works perfectly for my needs, thanks for working on it.

twalpole commented 7 years ago

Closing in favor of the combined PR #992