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

#### Provide the steps to reproduce 1. Run LH on google.com #### What is the current behavior? Chrome opens to `about:blank` #### What is the expected behavior? Chrome opens to...

If chrome is launched with `Profile 1`: ```js await launch({ userDataDir: , // `Profile 1` }) ``` Can we execute an event on `Profile 2`? Maybe a better question is...

I'm getting these errors locally with my dev build. ![image](https://user-images.githubusercontent.com/39191/75495543-a1453580-5973-11ea-92ec-90fd8822be24.png) Something is probably odd with my machine but putting this out there in case anyone else gets it. This dialog...

We have a CI environment at my company that does not have chrome nor allows `apt-get install` on our machines, but docker is available for better isolation of these dependencies,...

Getting the following error: `ChromeLauncher:error connect ECONNREFUSED 127.0.0.1:38657 +0ms` `ChromeLauncher:error Logging contents of /tmp/lighthouse.B2HOcLX/chrome-err.log +1ms` `ChromeLauncher:error [0605/154657.412774:ERROR:zygote_host_impl_linux.cc(88)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.` `ChromeLauncher:error +0ms` `Unable...

is there any way to simulate running console command before opening the browser? we have some third party tag managers and to point to the lower env, a command needs...

Component Version Operating system ubuntu16.04 server on remote VPS Node.js v12.8.0 Chrome/Chromium/... chromium-browser chrome-remote-interface 0.27.2 megerr when launching chrome in headlless mode : Error [ERR_STREAM_DESTROYED]: Cannot call write after a...

see mac os catalina issue: https://github.com/GoogleChrome/chrome-launcher/pull/149#pullrequestreview-252569313

I'm unable to launch chrome using chrome-launch, I'm stuck with port thing as I'm using ngnix for reverse proxy. I'm hosting my server at digital ocean. The problem is when...

_From @mmanela on August 23, 2017 16:48_ This is the same bug reported on [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher/issues/63). If you open chrome using the chrome-launcher from an admin process, it open as a...