每当我的网络驱动程序测试登录该应用程序时,都会弹出“您是否希望chrome保存密码”。是否有避免这种情况的方法?
请帮忙。
谢谢,
您需要配置以下Chrome驱动程序选项:
chromeOptions: { prefs: { 'credentials_enable_service': false, 'profile': { 'password_manager_enabled': false } } }