gpt4 book ai didi

selenium - Codeception - 无法连接到 Webdriver(验收测试)

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

我可以访问 url 并创建 session :

http://localhost:4444/wd/hub/static/resource/hub.html



但是当我执行 ./codecept run我收到一个错误,但我有 Selenium Server 正在运行:
[ConnectionException] Can't connect to Webdriver at http://127.0.0.1:4444/wd/hub. Please make sure that Selenium Server or PhantomJS is running.

error connecting to webdriver

要执行 Selenium Server,我使用了以下命令:
java -Dwebdriver.gecko.driver=./geckodriver -jar "selenium-server-standalone-3.12.0.jar"

selenium server running

我也尝试过 IE 和 Chrome(我也有同样的问题):
java -Dwebdriver.chrome.driver=./chromedriver -jar "selenium-server-standalone-3.12.0.jar"
java -Dwebdriver.ie.driver=./IEDriverServer -jar "selenium-server-standalone-3.12.0.jar"

accept.suite.yml
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
url: 'http://localhost'
browser: firefox
window_size: 820x1000
  • 解码版本: 2.4.1
  • WebDriver Chrome 版本: 2.38 (win32)
  • WebDriver Firefox 版本: 0.20.1 (x64)
  • Chrome 版: 66.0.3359.139(64 位)
  • 火狐版本: Firefox Quantum 60.0(64 位)
  • Windows 版本: Windows 8.1 64 位
  • Selenium 版本: 3.12.0
  • 最佳答案

    开始 Selenium 服务器 您不需要传递/指定 WebDriver 变体,您可以启动 Selenium 服务器 如下 :

  • 命令 :
    >java -jar selenium-server-standalone-3.12.0.jar
  • 控制台日志:
    C:\Utility\selenium-server-standalone>java -jar selenium-server-standalone-3.12.0.jar
    15:28:28.249 INFO [GridLauncherV3.launch] - Selenium build info: version: '3.12.0', revision: '7c6e0b3'
    15:28:28.251 INFO [GridLauncherV3$1.launch] - Launching a standalone Selenium Server on port 4444
    2018-05-11 15:28:28.361:INFO::main: Logging initialized @467ms to org.seleniumhq.jetty9.util.log.StdErrLog
    15:28:28.860 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
  • 资源中心快照:

    static_resource_hub


  • 更新

    根据 codeception.com 处的文档 acceptance.suite.yml应该如下:
    modules:
    enabled:
    - WebDriver:
    url: 'http://localhost/'
    browser: firefox
    window_size: 820x1000

    关于selenium - Codeception - 无法连接到 Webdriver(验收测试),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50289384/

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