Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Sep 23, 2024
1 parent f4d8941 commit 318f6e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/browsers/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const localBrowsers: Record<string, WebdriverIO.Capabilities> = {
Firefox: mergeCapabilities(defaultCapabilities.Firefox, {
// https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html
// Also see: https://github.com/webdriverio/webdriverio/issues/13053
'moz:debuggerAddress': true as any,
'moz:firefoxOptions': {
debuggerAddress: true as any,

Check warning on line 32 in src/browsers/local.ts

View workflow job for this annotation

GitHub Actions / build / build

Unexpected any. Specify a different type
},
}),
};

Expand Down

0 comments on commit 318f6e6

Please sign in to comment.