gpt4 book ai didi

使用驱动程序类型 'Chrome' 和指向 chrome.exe 路径的可执行批处理文件时, Karate 驱动程序连接被拒绝错误

转载 作者:行者123 更新时间:2023-12-04 11:42:18 26 4
gpt4 key购买 nike

Karate 驱动程序错误:org.apache.http.conn.HttpHostConnectException:连接到本地主机:9515 ...失败:连接被拒绝:在 Web 测试上执行 Karate 脚本期间,显示错误“poll attempt #1 to #20 for port to be ready - localhost:9515”。

注意:我正在使用 karate-core-0.9.3.jar 并尝试从页面运行示例 1 (demo-01.feature):https://intuit.github.io/karate/karate-core/

背景:* 配置驱动程序 = { type: 'chrome', executable: 'chrome.bat'}

注意:创建批处理文件 (chrome.bat) 并将其放置在与功能文件相同的位置。

批处理文件内容如下。"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"%*

最佳答案

the same location as that of feature file.

这可能不是预期的。确保该位置在 System PATH 中或者在 executable 中使用完整的绝对路径。所以也试试这个:

* configure driver = { type: 'chrome', executable: 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe' }

实际上,因为这是默认设置,即使这样也应该适合您!

* configure driver = { type: 'chrome' }

阅读文档:https://github.com/intuit/karate/tree/develop/karate-core#configure-driver

最后,如果您仍然卡住,请尝试 ZIP 版本:https://github.com/intuit/karate/wiki/ZIP-Release

关于使用驱动程序类型 'Chrome' 和指向 chrome.exe 路径的可执行批处理文件时, Karate 驱动程序连接被拒绝错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58783547/

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