错误背景:
在linux中运行java+selenium+chromedriver的jar程序,报NosuchSessionExceptopn:invalid session id
及cannot find chrome binary
错误详情:
在代码中添加
ChromeOptions options = new ChromeOptions();
options.setBinary("/usr/bin/etc/cron.daily/google-chrome");
错误背景:
在linux中运行java+selenium+chromedriver的jar程序,报NosuchSessionExceptopn:invalid session id
及cannot find chrome binary
错误详情:
在代码中添加
ChromeOptions options = new ChromeOptions();
options.setBinary("/usr/bin/etc/cron.daily/google-chrome");