Open htho opened 8 months ago
This is due to a recent breaking change in Chromedriver itself, which this project is merely a thin interface for. Any help in fixing casing issues in docs/examples via PRs would be very much appreciated!
Linux
needs to be linux
macOS
needs to be mac
(whilst I understand the issue isn't in this project, I am mentioning here as it is the "interface" into Chromedriver for many)
Thank you! Would you like to submit a PR with these updates to the documentation?
Sure can. Can I push a branch to this repo ?
Do you know where the actual docs are for the Chromedriver releases ?
The process for opening a PR on an open source repo is to first fork the repo, push to your fork, and then create a PR. you can also simply navigate to the file where you want to make a change, and propose a PR from the github UI itself (which is easiest for docs changes like this). I'm not sure where you'd want to update the docs exactly, presumably wherever you saw the (now-)erroneous examples that led you to create this issue?
All documentation and error messages for
platformName
mention the windows platform in Titlecase:Windows
. But the driver only accepts windows as lowercase:windows
.This took me a day to figure out.
These are the steps to reproduce from my Stackoverflow question: