Skip to content

Commit

Permalink
Add debugging output for remote protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Dec 7, 2023
1 parent ec1cff8 commit 7192ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.mjs
Expand Up @@ -907,6 +907,7 @@ function unitTestPostHandler(req, res) {

async function startBrowser({ browserName, headless, startUrl }) {
const options = {
dumpio: true,
product: browserName,
protocol: "webDriverBiDi",
// Note that using `headless: true` gives a deprecation warning; see
Expand Down Expand Up @@ -964,6 +965,7 @@ async function startBrowser({ browserName, headless, startUrl }) {
"layout.css.round.enabled": true,
// This allow to copy some data in the clipboard.
"dom.events.asyncClipboard.clipboardItem": true,
"remote.log.level": "Trace",
};
}

Expand Down

0 comments on commit 7192ea8

Please sign in to comment.