Replies: 2 comments 2 replies
|
See https://wxt.dev/guide/development.html#configure-browser-startup Create a file called import { defineRunnerConfig } from 'wxt';
export default defineRunnerConfig({
chromiumArgs: ["--remote-debugging-port=9222"]
});When running |
2 replies
|
Any update on this? I'm trying to run a few sessions with playwright and need to expose a debugging port |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to run chrome with specified flags, such as --remote-debugging-port=9222. How can i do that?
All reactions