Answer the question
In order to leave comments, you need to log in
Why in puppeteer does the proxy work only on the second, third page refresh?
Set proxy for puppeteer:
const browser = await puppeteer.launch({
headless: false,
args:['--proxy-server=111.11.11.11:8080']
});
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