mattheworiordan / capybara-screenshot

Automatically save screen shots when a Capybara scenario fails
MIT License
1.02k stars 168 forks source link

Add support for billy's selenium drivers #281

Open y-yagi opened 3 years ago

y-yagi commented 3 years ago

109 supported billy, but only added poltergeist driver. This patch supports more drivers(related with selenium).

Ref: https://github.com/oesmith/puffing-billy/blob/fc12d19cfa27182463c5c300acacd517a557d339/lib/billy/browsers/capybara.rb#L48-L96