Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable popup "Save password"? #13

Open
pydeveloper-t opened this issue Nov 11, 2024 · 2 comments
Open

How to disable popup "Save password"? #13

pydeveloper-t opened this issue Nov 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@pydeveloper-t
Copy link

subj

browser_args = [
"--hide-crash-restore-bubble",
"--disable-notifications",
"--disable-save-password-bubble",
"--disable-password-manager",
"--no-service-autorun"

    ]

These options have no effect

Python 3.12
zendriver 0.1.1

Kubuntu 24.04

@stephanlensky
Copy link
Owner

stephanlensky commented Nov 12, 2024

It looks like you can disable the Chrome password manager either by changing the setting manually in your user preferences (use a persistent user data directory with zendriver to save settings across restarts)

Or by configuring the enterprise Chrome settings as described here.

Really though I would recommend not worrying about this. The popup has no effect on the browser automation.

@stephanlensky stephanlensky added the enhancement New feature or request label Nov 12, 2024
@stephanlensky
Copy link
Owner

stephanlensky commented Nov 12, 2024

Maybe in the future though we could apply some of these settings with zendriver automatically?

I'll leave the issue open for now in case someone is interested in adding this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants