gpt4 book ai didi

karate - 通过 Karate 框架禁用 Chrome 密码管理器

转载 作者:行者123 更新时间:2023-12-03 16:47:59 26 4
gpt4 key购买 nike

尝试选择正确的 chrome 选项组合,以在通过登录表单后禁用烦人的密码管理器弹出窗口。
enter image description here
这是我创建驱动程序的方法:

Feature: Driver initialization

Background:
* configure retry = { count: 5, interval: 3000 }

Scenario Outline: using <config>
* def config = <config>
* set config.showDriverLog = true
* configure driver = config
* driver 'https://google.com'
* maximize()
* retry().waitUntil("document.readyState == 'complete'")

Examples:
| config |
| {type: 'chrome', executable: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', webDriverSession: { desiredCapabilities: { browserName: 'chrome', 'goog:chromeOptions': { credentials_enable_service: false, profile.password_manager_enabled: false }}}} |

我也尝试了一些其他的组合 addOptions: [ ... ]等等,但没有任何帮助。有任何想法吗?

最佳答案

我遇到了类似的问题,但我找到了解决方法。而不是使用驱动程序类型为 chrome 并指向本地安装的 google chrome 应用程序下载 chromedriver 并使用它。我在 Windows 上使用它并将 chromedriver 放在 C:/Windows/文件夹下。执行测试时,这不会弹出密码管理器弹出窗口。

关于karate - 通过 Karate 框架禁用 Chrome 密码管理器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63941883/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com