Support question - always launch Chrome in new tab in existing window, if existing window exists
See original GitHub issueHey all, will try to get straight to the point - I am planning to use Puppeteer to launch in {headless: false}
mode.
(a) I am looking to launch Puppeteer as a new tab in an existing window, using some flag (b) I’d like the ChromeDevTools view to open automatically, using some flag
I checked out SO for any existing questions on this, didn’t see any: https://stackoverflow.com/questions/tagged/puppeteer
So my question is - does Puppeteer provide us with flags that can force an existing window to be used instead of launching in a new window, and to force dev tools to open?
Issue Analytics
- State:
- Created 6 years ago
- Comments:21 (8 by maintainers)
Top Results From Across the Web
always launch Chrome in new tab in existing window ... - GitHub
(a) I am looking to launch Puppeteer as a new tab in an existing window, using some flag (b) I'd like the ChromeDevTools......
Read more >Force Chrome to open new pages in new window, not tab ...
Solution · Go to HKEY_CLASSES_ROOT\http\shell\open\command · You should see one key, named (Default) . Double click this to get an editing popup. ·...
Read more >Open link in new window or focus to it if already open
For this code window.open('www.sample.com','mywindow').focus(). Chrome 20 opens a new tab, and focuses on subsequent open() calls regardless if focus() is ...
Read more >113572 - New Chrome window (from Quick Launch or Pinned ...
2. Shift + Click the pinned Chrome launcher on your toolbar and open a new window. Or if you open Google Chrome via...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@aslushnikov ok homie, I am diggin’ your style, but I now have some beef
I have this:
My question is, why do I need to use
b._connection._url
… 2 properties with underscores.Something is wrong. Is there a better way to grab the connection url?
@ORESoftware 1.0.0 was published a few hours ago; try installing one more time