You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import puppeteer from 'puppeteer-extra';
import pluginStealth from 'puppeteer-extra-plugin-stealth';
import {executablePath} from 'puppeteer';
(async () => {
await puppeteer.use(pluginStealth());
// Launch the browser and open a new blank page
const browser = await puppeteer.launch({ headless:false, executablePath: executablePath() });
The text was updated successfully, but these errors were encountered:
When I used the following code I got this error
version--
Solution
The text was updated successfully, but these errors were encountered: