Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Config for the hub :
  2. browserTimeout : 0
  3. debug : false
  4. help : false
  5. jettyMaxThreads : -1
  6. port : 4444
  7. role : hub
  8. timeout : 30
  9. cleanUpCycle : 5000
  10. host : 172.17.0.10
  11. maxSession : 5
  12. hubConfig : /opt/selenium/config.json
  13. capabilityMatcher : org.openqa.grid.internal.utils.DefaultCapabilityMatcher
  14. newSessionWaitTimeout : -1
  15. throwOnCapabilityNotPresent : true
  16. Config details :
  17. 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
  18. the final configuration comes from :
  19. the default :
  20. browserTimeout : 0
  21. debug : false
  22. help : false
  23. port : 4444
  24. role : hub
  25. timeout : 1800
  26. cleanUpCycle : 5000
  27. capabilityMatcher : org.openqa.grid.internal.utils.DefaultCapabilityMatcher
  28. newSessionWaitTimeout : -1
  29. throwOnCapabilityNotPresent : true
  30.  
  31. updated with params :
  32. browserTimeout : 0
  33. debug : false
  34. help : false
  35. jettyMaxThreads : -1
  36. port : 4444
  37. role : hub
  38. timeout : 30
  39. cleanUpCycle : 5000
  40. maxSession : 5
  41. capabilityMatcher : org.openqa.grid.internal.utils.DefaultCapabilityMatcher
  42. newSessionWaitTimeout : -1
  43. throwOnCapabilityNotPresent : true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement