Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Feb 13, 2024
1 parent 5cfa6f2 commit 52e5605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/node/providers/webdriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class WebdriverBrowserProvider implements BrowserProvider {
// TODO: close everything, if browser is closed from the outside
this.cachedBrowser = await remote({
...this.options,
logLevel: 'error',
logLevel: 'debug',
capabilities: this.buildCapabilities(),
})

Expand Down

0 comments on commit 52e5605

Please sign in to comment.