puppeteer-stream icon indicating copy to clipboard operation
puppeteer-stream copied to clipboard

little refactoring and fix for tab index

Open simllll opened this issue 3 years ago • 3 comments

fixes https://github.com/Flam3rboy/puppeteer-stream/issues/41

simllll avatar Jun 24 '22 11:06 simllll

thank you for your contribution, however you use the getTargetInfo function which is not available in puppeteer

SamuelScheit avatar Jun 25 '22 15:06 SamuelScheit

Ah right, sorry for this, I'm using puppeteer 15, there is this the only valid option. We could feature detect it :-) i will add a commit next week for it

simllll avatar Jun 25 '22 16:06 simllll

Hello, I was also facing the same issue with tabs, is there any news?

shokhboz-abdullaev avatar Sep 14 '22 11:09 shokhboz-abdullaev

Thank you very much for taking time to make the PR. I've tested it, added two type fixes and reformatted the code.

The updated version is published under version 2.1.3

npm i [email protected]

SamuelScheit avatar Dec 15 '22 21:12 SamuelScheit