Stealth
Stealth settings belong to the browser runtime, not to the automation library. Configure them when you launch the runtime, then connect with Playwright, Puppeteer, Selenium, or another CDP client.
Enable stealth behavior
Use a profile when identity should survive across runs.
What it changes
Stealth settings can reduce common browser automation signals such as WebDriver flags, timing patterns, fingerprint inconsistencies, and mechanical input behavior.
They do not make automation undetectable. Treat stealth as one part of a broader setup: stable profiles, appropriate proxies, realistic pacing, and clean browser state.

