Skip to content

Commit

Permalink
Set firefox snap binary in CustomFirefoxImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1 committed Oct 3, 2023
1 parent 40a67e9 commit b36e221
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public Capabilities getCapabilities() {
if (Property.HEADLESS.getBoolean()) {
firefoxOptions.addArguments("--headless");
}
firefoxOptions.setBinary("/snap/bin/firefox");
return firefoxOptions;
}

Expand Down

0 comments on commit b36e221

Please sign in to comment.