Answer the question
In order to leave comments, you need to log in
How does chrome work in puppeteer?
How does chrome work in puppeteer, like a regular browser, or is some kind of stripped-down or special version installed there, can it be launched as a full-fledged browser, maybe what additional settings are needed, or something else ...
In the settings themselves, I specify
$browser=$puppeteer->launch(
['headless=false',
'ignoreHTTPSErrors=true',
'slowMo=2000',
'args'=>[
'--no-sandbox',
'--disable-setuid-sandbox',
'--disable-infobars',
'--window-position=0,0',
'--ignore-certifcate-errors',
'--ignore-certifcate-errors-spki-list',
'--user-agent='.$user_agent
]
]
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question