Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 299fc8d

Browse files
marklagendijkheathkit
authored andcommitted
docs(browser-support): Fixed incorrect example
Fixed incorrect example of setting window size with headless Chrome. When `800x600` is used it is ignored. The correct syntax is `800,600`.
1 parent e5a5d59 commit 299fc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/browser-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ capabilities: {
134134
browserName: 'chrome',
135135

136136
chromeOptions: {
137-
args: [ "--headless", "--disable-gpu", "--window-size=800x600" ]
137+
args: [ "--headless", "--disable-gpu", "--window-size=800,600" ]
138138
}
139139
}
140140
```

0 commit comments

Comments
 (0)