saresend / selenium-rs

A Rust Client for the Selenium webdriver (WIP)
MIT License
176 stars 31 forks source link

ChromeDriver doesn't support standard capabilities processing #18

Closed AutomatedTester closed 4 years ago

AutomatedTester commented 5 years ago

ChromeDriver has not implemented the capabilities processing that all the other supported browsers have. This means that you are going to have to special case Chrome when starting a new session

saresend commented 5 years ago

Sorry its been super long, I haven't had too much of a chance to work on this until recently. Could you expand a little on what you mean?