Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config for the hub :
- browserTimeout : 0
- debug : false
- help : false
- jettyMaxThreads : -1
- port : 4444
- role : hub
- timeout : 30
- cleanUpCycle : 5000
- host : 172.17.0.10
- maxSession : 5
- hubConfig : /opt/selenium/config.json
- capabilityMatcher : org.openqa.grid.internal.utils.DefaultCapabilityMatcher
- newSessionWaitTimeout : -1
- throwOnCapabilityNotPresent : true
- Config details :
- hub launched with : -browserTimeout 0 -debug false -help false -jettyMaxThreads -1 -port 4444 -role hub -timeout 30 -cleanUpCycle 5000 -host 172.17.0.10 -maxSession 5 -hubConfig /opt/selenium/config.json -capabilityMatcher org.openqa.grid.internal.utils.DefaultCapabilityMatcher -newSessionWaitTimeout -1 -throwOnCapabilityNotPresent true
- the final configuration comes from :
- the default :
- browserTimeout : 0
- debug : false
- help : false
- port : 4444
- role : hub
- timeout : 1800
- cleanUpCycle : 5000
- capabilityMatcher : org.openqa.grid.internal.utils.DefaultCapabilityMatcher
- newSessionWaitTimeout : -1
- throwOnCapabilityNotPresent : true
- updated with params :
- browserTimeout : 0
- debug : false
- help : false
- jettyMaxThreads : -1
- port : 4444
- role : hub
- timeout : 30
- cleanUpCycle : 5000
- maxSession : 5
- capabilityMatcher : org.openqa.grid.internal.utils.DefaultCapabilityMatcher
- newSessionWaitTimeout : -1
- throwOnCapabilityNotPresent : true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement