8000 can't launch chrome extension · Issue #32 · alekzonder/docker-puppeteer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
can't launch chrome extension #32
Open
@xingyu-he

Description

@xingyu-he

I want to load a extension, but it always tips Navigation Timeout Exceeded: 30000ms exceeded.

async ({ option }) => {

const pathToExtension = '../mydir';
  const browser = puppeteer.launch({
    headless: false,
    args: [
      `--disable-dev-shm-usage`,
      `--disable-extensions-except=${pathToExtension}`,
      '--no-sandbox', 
      '--disable-setuid-sandbox',
      `--load-extension=${pathToExtension}`
    ]
  });

});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0