chore(docs): use -- for selenium args in Selenium Standalone Service#9969
chore(docs): use -- for selenium args in Selenium Standalone Service#9969christian-bromann merged 2 commits intowebdriverio:mainfrom
Conversation
|
|
| @@ -71,7 +71,7 @@ export const config = { | |||
| logPath: './temp', | |||
| args: { | |||
| version: "3.141.59", | |||
There was a problem hiding this comment.
This version should be bumped to v4 if you want to make this a v4 example
There was a problem hiding this comment.
and also baseURL (https://github.com/SeleniumHQ/selenium/releases/download) and https://github.com/webdriverio/selenium-standalone/blob/HEAD/docs/API.md#seleniuminstallopts (contains link to old https://selenium-release.storage.googleapis.com/index.html) need to be updated, right?
|
@manuelfidalgo any chance you are able to address the issue? |
I'm quite busy these days, I'll give it a try next week |
|
Congratulations on your first WebdriverIO contribution! This project can't live without the participation of the community. We would love to see more from you, so let us know if we can help to find interesting areas for you to contribute to. We appreciate you 🙏 ❤️ |
@christian-bromann , I updated selenium & driver versions. No need to change download url. since they are correct |
Proposed changes
After Selenium4, "--" is used to specify selenium args instead of "-"
If you use just "-", no parse args error is thrown but args are not taken into account, so I think is better to use "--" to match latest Selenium versions
Types of changes
Checklist
Further comments
Reviewers: @webdriverio/project-committers