- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
当我尝试通过 Chrome Web 驱动程序连接到 debuggerAddress 时,出现以下错误
WebDriverException: Message: unknown error: cannot connect to chrome at localhost:xxxx from session not created: Chrome version must be >= 69.0.3497.0 (Driver info: chromedriver=2.44.609538 (b655c5a60b0b544917107a59d4153d4bf78e1b90),platform=Windows NT 6.1.7601 SP1 x86_64)
chromedriver-Chrome 版本没有问题,因为相同的工作正常,不同的创建驱动程序代码。
工作驱动程序代码:
Create Webdriver Chrome executable_path=C:/WebDrivers/chromedriver.exe
问题驱动程序代码:
Create Webdriver Remote command_executor=http://localhost:yyyy desired_capabilities=${chrome_cap}
最佳答案
此错误消息...
WebDriverException: Message: unknown error: cannot connect to chrome at localhost:xxxx from session not created: Chrome version must be >= 69.0.3497.0 (Driver info: chromedriver=2.44.609538 (b655c5a60b0b544917107a59d4153d4bf78e1b90)
...暗示 Chrome 版本必须 >= 69.0
您的主要问题是您正在使用的二进制文件之间的版本兼容性,如下所示:
根据最佳实践:
根据您的评论更新,如果您无权升级 Chrome,并且需要使用 Chrome v70,则必须按照以下说明下载匹配的 ChromeDriver 版本讨论中的详细信息RemoteDisconnected(“Remote end closed connection without” http.client.RemoteDisconnected: Remote end closed connection without response
<小时/>根据您的评论,通过提及安装路径来更新使用特定版本的 Chrome 二进制文件,您可以按照讨论 Cannot find Chrome binary with Selenium in Python for older versions of Google Chrome 进行操作。
关于python - 无法使用 Python 通过 Robot Framework 连接到 localhost :xxxx from session not created: Chrome version must be >= 69. 0.3497.0 上的 chrome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53954295/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!