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

Launch Google Chrome with ease from node.

Results 87 chrome-launcher issues
Sort by recently updated
recently updated
newest added

Is there any flag available, like the one for changing the useragent from the command line, to change the user agent data that contains brands, platform etc information. In other...

I think there is a strong chance this is not an issue with chrome-launcher, and instead one with my environment, but I'm unsure how to make that determination. I have...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

If a user only has the Dev or Beta channels installed, but not Canary or Stable, then `chrome-launcher` will fail. I cannot find any reference to these alternate Chrome channels...

I'm getting this error when using the launcher [through `web-ext run`](https://github.com/mozilla/web-ext/issues/2665) ``` node:internal/errors:491 ErrorCaptureStackTrace(err); ^ RangeError [ERR_FS_FILE_TOO_LARGE]: File size (3055630622) is greater than 2 GiB at new NodeError (node:internal/errors:400:5) at...

I want to open a new tab in an existing window of a `Launcher` instance. Any guidance here would be awesome :)

Test Code: const ChromeLauncher = require('chrome-launcher'); ChromeLauncher.launch({ startingUrl: 'https://google.com/', chromeFlags: ["--remote-debugging-pipe"] }).then(() => { console.log(`success`); }); Here is the output of the result. node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^...

Following https://github.com/GoogleChrome/lighthouse/issues/14488, I spent a long time trying to figure out the problem and what I've got so far is that if I run `chrome -version` in the bitbucket pipeline,...