Replies: 1 comment 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 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run chrome with specified flags, such as --remote-debugging-port=9222. How can i do that?
Beta Was this translation helpful? Give feedback.
All reactions