Guest User

Untitled

a guest
Jul 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. multiCapabilityArray[i] = {
  2. 'browserName': 'chrome',
  3. 'chromeOptions': {
  4. 'args': ['incognito', '--no-sandbox'],
  5. 'prefs': {enter-something-here-to-make-the-magic-happen}
  6. }
  7. }
Add Comment
Please, Sign In to add comment