Skip to content

Instantly share code, notes, and snippets.

@diemol
Last active April 6, 2020 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diemol/e710a6711f9d93311ac6efad1319ba78 to your computer and use it in GitHub Desktop.
Save diemol/e710a6711f9d93311ac6efad1319ba78 to your computer and use it in GitHub Desktop.
WebDriver Payload
{
capabilities:
{
alwaysMatch:
{
browserName: 'firefox',
platformName: 'macOS 10.13',
browserVersion: 'latest'
sauce:options:
{
name: 'My test name',
build: 'My build'
}
},
firstMatch: [ {} ]
},
desiredCapabilities:
{
browserName: 'firefox',
platformName: 'macOS 10.13',
browserVersion: 'latest',
name: 'My test name',
build: 'My build'
}
}
{
capabilities:
{
alwaysMatch:
{
browserName: 'firefox',
platformName: 'macOS 10.13',
browserVersion: 'latest'
},
firstMatch: [ {} ]
},
desiredCapabilities:
{
browserName: 'firefox',
platform: 'macOS 10.13',
version: 'latest'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment