Skip to content

Commit 53aefd6

Browse files
authored
Updating expected caps to first level
1 parent cc626e4 commit 53aefd6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,9 @@ your capabilities and inside it, configure the desired settings, for example:
329329
{
330330
"browserName": "firefox",
331331
"platformName": "linux",
332-
"se:options": {
333-
"recordVideo": "true",
334-
"timeZone": "US/Pacific",
335-
"screenResolution": "1920x1080"
336-
}
332+
"se:recordVideo": "true",
333+
"se:timeZone": "US/Pacific",
334+
"se:screenResolution": "1920x1080"
337335
}
338336
```
339337

0 commit comments

Comments
 (0)