This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(webdriver-manager): add seleniumPort command line option
Added seleniumPort command line option so that the standalone selenium server can be started with the supplied port number as opposed to the default port 4444. ``` $ webdriver-manager start --seleniumPort 4443 ```
- Loading branch information