We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
window_size
1 parent 953444c commit c42f637Copy full SHA for c42f637
src/Codeception/Module/WebDriver.php
@@ -126,10 +126,10 @@
126
* modules:
127
* enabled:
128
* - WebDriver:
129
+ * browser: chrome
130
* url: 'http://localhost/'
- * window_size: false # disabled in ChromeDriver
131
+ * window_size: 2000x1000
132
* port: 9515
- * browser: chrome
133
* capabilities:
134
* chromeOptions:
135
* args: ["--headless", "--disable-gpu"] # Run Chrome in headless mode
@@ -150,8 +150,9 @@
150
151
152
153
- * url: 'http://localhost/'
154
* browser: firefox
+ * url: 'http://localhost/'
155
156
* path: ''
157
158
* acceptInsecureCerts: true # allow self-signed certificates
0 commit comments