You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
404 B
22 lines
404 B
{ |
|
"tmpDir": "/tmp", |
|
"proxy": { |
|
"port": 4444, |
|
"baseUrl": "/wd/hub" |
|
}, |
|
"chromedriver": { |
|
"chromedriverPath": "/home/jgowan/bin/chromedriver", |
|
"port": 4445, |
|
"autoRestart": true |
|
}, |
|
"chromePool": { |
|
"enable": true, |
|
"chromePath": "/usr/bin/google-chrome", |
|
"reuse": true, |
|
"chromeAgent": { |
|
"screenRecorder": { |
|
"videoFormat": "mp4" |
|
} |
|
} |
|
} |
|
}
|
|
|