chrome-launcher
chrome-launcher copied to clipboard
Launch Google Chrome with ease from node.
Since Chrome 105, they launched a feature called `Chrome Root Store and Certificate Verifier`, which is used to verify certificates independently instead of verifying by the operating system. This feature...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Can't say I'm an expert on how the process works but there is a 1.1.2 version listed on[ npmjs.com](https://www.npmjs.com/package/chrome-launcher/v/1.1.2) but no corresponding tag here.
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0. Release notes Sourced from path-to-regexp's releases. Fix backtracking in 1.x Fixed Add backtrack protection to 1.x release (#320) 925ac8e Fix re.exec(&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);/test/route&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);) result (#267) 32a14b0...
Hi, from last chrome update, every time chrome-launcher start an instance, chrome ask for select a search engine. Any one have a solution for this? Thank you,
The chrome-launcher implementation assumes that prefs are a flat dictionary-like object. - Type definition: https://github.com/GoogleChrome/chrome-launcher/blob/v1.1.1/src/chrome-launcher.ts#L34 - Unit tests: https://github.com/GoogleChrome/chrome-launcher/blob/v1.1.1/test/chrome-launcher-test.ts#L73-L96 - Implementation merges `prefs` with existing Preferences with a top-level merge:...
When using `chrome-launcher` to start a browser via WSL, and that browser is also installed on the WSL OS, `chrome-launcher` still replaces the `user-data-dir` flag with a UNC path instead...