We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--load-extension doesnt operate as expected
args: [ --load-extension=${CAPTCHA_SONIC_EXTENSION_PATH} ],
--load-extension=${CAPTCHA_SONIC_EXTENSION_PATH}
No response
None
The text was updated successfully, but these errors were encountered:
try this
const { connect } = require("puppeteer-real-browser"); async function test() { const extensionPath = 'C:\\Discord-Token-Login\\extension'; const { browser, page } = await connect({ headless: false, args: [ `--disable-extensions-except=${extensionPath}`, `--load-extension=${extensionPath}` ], customConfig: {}, turnstile: true, connectOption: {}, disableXvfb: false, ignoreAllFlags: false // proxy:{ // host:'<proxy-host>', // port:'<proxy-port>', // username:'<proxy-username>', // password:'<proxy-password>' // } }); await page.goto('https://discord.com/login'); } test().catch(console.error);
Sorry, something went wrong.
No branches or pull requests
Description
--load-extension doesnt operate as expected
Full steps to reproduce the issue
args: [
--load-extension=${CAPTCHA_SONIC_EXTENSION_PATH}
],
Issue Type
No response
Operating System
No response
Do you use Docker?
None
The text was updated successfully, but these errors were encountered: