我在Linux平台上初始化Google Chrome时遇到错误。
方法“inicializaChrome”引发异常。嵌套异常为:
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: unknown error: cannot find Chrome binary
我用了一些建议,但没用。有人能帮帮我吗?
我在Linux平台上初始化Google Chrome时遇到错误。
方法“inicializaChrome”引发异常。嵌套异常为:
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: unknown error: cannot find Chrome binary
我用了一些建议,但没用。有人能帮帮我吗?
1条答案
按热度按时间izj3ouym1#
此错误消息...
...意味着在初始化会话时,ChromeDriver二进制文件无法找到google-chrome二进制文件。
详情
这种错误可以在以下几种情况下观察到:
setBinary()
方法传递 Google Chrome 二进制文件的绝对路径,如下所示:引用
您可以在以下内容中找到一些相关的详细讨论: