mirror of
https://github.com/appium/appium.git
synced 2026-04-28 14:30:27 -05:00
Remove default ChromeDriver port in arg parse
If null and required, Android driver will pick a random available one
This commit is contained in:
+2
-2
@@ -236,12 +236,12 @@ const args = [
|
||||
}],
|
||||
|
||||
[['--chromedriver-port'], {
|
||||
defaultValue: 9515,
|
||||
defaultValue: null,
|
||||
dest: 'chromeDriverPort',
|
||||
required: false,
|
||||
type: 'int',
|
||||
example: '9515',
|
||||
help: 'Port upon which ChromeDriver will run',
|
||||
help: 'Port upon which ChromeDriver will run. If not given, Android driver will pick a random available port.',
|
||||
}],
|
||||
|
||||
[['--chromedriver-executable'], {
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
"doc": "./docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"appium-android-driver": "^1.10.12",
|
||||
"appium-android-driver": "^1.10.19",
|
||||
"appium-base-driver": "^2.0.8",
|
||||
"appium-fake-driver": "^0.1.10",
|
||||
"appium-ios-driver": "^1.12.2",
|
||||
|
||||
Reference in New Issue
Block a user