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.
1 parent a2eeba8 commit 247eaf8Copy full SHA for 247eaf8
1 file changed
browser-test/utils.js
@@ -24,7 +24,7 @@ export const executeCommand = (command, argv) => {
24
export const getDriver = async () =>
25
new Builder()
26
.forBrowser("firefox")
27
- .setFirefoxOptions(new firefox.Options().headless())
+ .setFirefoxOptions(new firefox.Options().addArguments('-headless'))
28
.build();
29
30
export const getElementByCss = async (driver, css) => {
0 commit comments