Skip to content

Disable chrome password warning #1964

@caalador

Description

@caalador

As tests often use simple passwords testbench should by default disable the Chrome feature of password leak check.

This could be done with the ChromeOptions

preferences.put("credentials_enable_service", false);
preferences.put("profile.password_manager_enabled", false);
preferences.put("profile.password_manager_leak_detection", false);

or perhaps by running chrome as Guest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Inbox (needs triage)

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions