Top "Puppeteer" questions

Puppeteer is a Node.

How to detect version of chrome used with puppeteer?

I read that puppeteer uses the latest version of chrome with it, where can I find which version it is …

javascript node.js google-chrome puppeteer google-chrome-headless
How to use puppeteer to dump WebSocket data

I want to get websocket data in this page https://upbit.com/exchange?code=CRIX.UPBIT.KRW-BTC, its websocket URL …

websocket puppeteer google-chrome-headless
How to simulate a drag and drop action in puppeteer?

I have React-DnD(Drag and drop) in my application. I'd like test it E2E. What I want to simulate …

reactjs testing e2e-testing puppeteer
puppeteer - how to set download location

I was able to successfully download a file with puppeteer, but it was just saving it to my /Downloads folder. …

node.js chromium puppeteer
How can I dynamically inject functions to evaluate using Puppeteer?

I am using Puppeteer for headless Chrome. I wish to evaluate a function inside the page that uses parts of …

javascript headless-browser puppeteer google-chrome-headless
What are active handles in Node.js

I see that my applications active handle count keeps on increasing. What exactly is the number of active handles ? Is …

node.js pm2 puppeteer
Puppeteer - checkbox.checked is undefined - why?

I'm using puppeteer and jest to test some stuff on the front end, and I'm having a small issue - …

jestjs puppeteer
Headless browser detection

Do you know any webapps/online tests/online firewalls that are trying to detect if user is using selenium/puppeteer/…

selenium webdriver phantomjs puppeteer headless-browser
TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function puppeteer node js

I am stuck here for a while I didn't understand the problem. Kindly someone enlightens me on this topic. here's …

node.js puppeteer node-promisify
Programmatically capturing AJAX traffic with headless Chrome

Chrome officially supports running the browser in headless mode (including programmatic control via the Puppeteer API and/or the CRI …

javascript ajax google-chrome google-chrome-headless puppeteer