Skip to content

Commit

Permalink
Updating expected caps to first level
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 10, 2021
1 parent cc626e4 commit 53aefd6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -329,11 +329,9 @@ your capabilities and inside it, configure the desired settings, for example:
{
"browserName": "firefox",
"platformName": "linux",
"se:options": {
"recordVideo": "true",
"timeZone": "US/Pacific",
"screenResolution": "1920x1080"
}
"se:recordVideo": "true",
"se:timeZone": "US/Pacific",
"se:screenResolution": "1920x1080"
}
```

Expand Down

0 comments on commit 53aefd6

Please sign in to comment.