Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Jul 28, 2024
1 parent ce1b78d commit 076fe07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ async function startBrowser({
}) {
const options = {
product: browserName,
protocol: "webDriverBiDi",
protocol: "cdp",
headless,
dumpio: true,
defaultViewport: null,
Expand Down Expand Up @@ -911,6 +911,8 @@ async function startBrowser({
}

if (browserName === "firefox") {
options.protocol = "webDriverBiDi";

options.extraPrefsFirefox = {
// Disable system addon updates.
"extensions.systemAddon.update.enabled": false,
Expand Down

0 comments on commit 076fe07

Please sign in to comment.