zendriver 0.2.28

Async-first, undetectable browser automation via the Chrome DevTools Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: crates/zendriver/src/browser.rs
expression: flags
---
- "--remote-debugging-port=0"
- "--user-data-dir=/tmp/test-user-data"
- "--no-first-run"
- "--no-default-browser-check"
- "--password-store=basic"
- "--disable-save-password-bubble"
- "--disable-features=PasswordManagerOnboarding,AutofillServerCommunication"
- "about:blank"