Skip to content

Commit

Permalink
Add --headless flag to Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed May 12, 2024
1 parent f8d422d commit 7127f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/webdriverTestSuites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const edgeOptions = new EdgeOptions();
edgeOptions.addArguments('--headless=new');

const firefoxOptions = new FirefoxOptions();
firefoxOptions.addArguments('--headless');

const safariOptions = new SafariOptions();

Expand Down

0 comments on commit 7127f0d

Please sign in to comment.