Handle sensitive information securely and avoid sending PII & passwords to the LLM.
x_user
, x_pass
), we filter your sensitive data from the input text.Browser(allowed_domains=[...])
to restrict navigationuse_vision=False
to prevent screenshot leaksstorage_state='./auth.json'
for login cookies instead of passwords when possible