Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made the send_keys helper work in selenium as well as cuprite (#3328)
A few of the test helpers use the `type` helper method but in selenium it raises this error: NoMethodError: undefined method `keyboard' for #<Selenium::WebDriver::Chrome::Driver:0x000000013ebbb950> I've changed this to check if the `keyboard` property exists and if it does not, try sending keys to the page instead (which works in selenium).
- Loading branch information