Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. capabilities: {
  2. browserName: 'chrome',
  3. 'directConnect': true,
  4. chromeOptions: {
  5. args: [
  6. 'window-size=1280,710',
  7. 'no-sandbox',
  8. 'headless',
  9. 'disable-gpu',
  10. 'disable-dev-shm-usage'
  11. ]
  12. },
  13. sharedTestFiles: true,
  14. maxInstances: 1
  15. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement