copyleft / cl-webdriver-client

cl-webdriver-client is a client library for WebDriver (W3C specification).
https://copyleft.github.io/cl-webdriver-client/
MIT License
19 stars 3 forks source link

GeckoDriver Compatibility #4

Open hendursaga opened 1 month ago

hendursaga commented 1 month ago

Mozilla's GeckoDriver translates between the WebDriver and the (Firefox-specific) Marionette protocols. Is this library compatible with it, instead of having to use the standalone Selenium server?

hendursaga commented 1 month ago

I was able to get it working with chromium.chromedriver by modifying *uri* to match the default port (9515, but you could also set it to 4444 using --port) and by modifying *prefix* to be an empty string, per this issue. It would be nice if this was documented somewhere.