chrome-launcher icon indicating copy to clipboard operation
chrome-launcher copied to clipboard

Bug/support - cannot load extensions page

Open ORESoftware opened this issue 7 years ago • 0 comments

I have this:

   chromeLauncher.launch({
      enableExtensions: true,
      startingUrl: 'chrome-extension://idbanmbeeadlaanhdemgngeooobbadde/dist/index.html'
    })
    .then(chrome => {
      console.log(`Chrome debugging port running on ${chrome.port}`);
    });

I get this:

screenshot from 2018-01-01 16-35-49

any idea why it can't load the extension's page?

by the way, I am trying to open it in a new tab in an existing window, but it keeps opening in a new window, let me know if there is some way to try to force it to use a tab instead of a new window. thx.

ORESoftware avatar Jan 02 '18 00:01 ORESoftware