thoughtbot / capybara-webkit

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

Make select elements generate the events specified by WebDriver spec #1036

Closed twalpole closed 6 years ago

twalpole commented 6 years ago

As a follow on to PR #1034 this changes the events output by selecting/deselecting an option element to match those specified by WebDriver spec - https://w3c.github.io/webdriver/webdriver-spec.html#element-click .