hound
hound copied to clipboard
Gecko Support
Will there be support for the Gecko web driver? I can start working on this a bit, but I'm fairly new to working with webdrivers.
It should work with selenium for now. Geckodriver implements the webdriver protocol so it should be possible to allow direct communication with it without going through selenium. If you want to give it a try, we are very open to pull requests. Thank you.