Skip to content
#

headless-browser

Here are 34 public repositories matching this topic...

ukrexpo
ukrexpo commented May 10, 2020

Real User-Agent is detectable with <iframe> when using "puppeteer-extra-plugin-stealth". To prevent it use "'--disable-features=site-per-process'" argument for puppeteer.launch(). See explanation: puppeteer/puppeteer#2548

Real screen size is also detectable with iframe, to prevent it I used preload() script.

OS: Windows 10
"puppeteer": 3.0.4
"puppeteer-extra": 3.1

good first issue plugin: stealth ㊙️ workaround-available
html2image
vgalin
vgalin commented Jan 27, 2022

Following #54. A way to toggle browsers' output on or off could be useful, especially if the information displayed is not related to errors or bugs that can be fixed.

Example of this output using Chromium/Chrome (taken from issue #28):

[0615/164730.282582:ERROR:file_io.cc(91)] ReadExactly: expected 8, observed 0
[0615/164730.283193:ERROR:xattr.cc(63)] setxattr org.chromium.crashpad.datab
enhancement good first issue

Improve this page

Add a description, image, and links to the headless-browser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the headless-browser topic, visit your repo's landing page and select "manage topics."

Learn more