Transplanted from puppeteer-extra-plugin-stealth, Not perfect.
$ pip install playwright_stealth
from playwright import sync_playwright
from playwright_stealth import stealth_sync
playwright = sync_playwright().start()
# Use playwright.chromium, playwright.firefox or playwright.webkit
# Pass headless=False to see the browser UI
executablePath = 'C:\\Google\\Chrome\\Application\\chrome.exe'
browser = playwright.chromium.launch(executablePath=executablePath, headless=True)
page = browser.newPage()
stealth_sync(page)
headless |
headless |