环境:tomcat9.0.x+jdk 1.8.x +opencv 451 + chrome 88.0.4324.104(selenium-server-standalone-3.141.59.jar)  在本机运行正常,放到阿里云服务器就报错!!!

selenium操作chrome浏览器需要有ChromeDriver驱动来协助。

效果:chrome浏览器一打开就自动关闭了.....

 

以下是本机运行提示

Starting ChromeDriver 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}) on port 28388
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
二月 03, 2021 11:54:22 上午 org.openqa.selenium.remote.ProtocolHandshake createSession
信息: Detected dialect: W3C

 

阿里云服务器就报错

Starting ChromeDriver 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}) on port 28388
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
org.openqa.selenium.remote.ProtocolHandshake createSession(无这一行,且显示了下面这行)

二月 03, 2021 11:56:22 上午 信息:[Forwarding newSession on session null to remote] org.openqa.selenium.remote.ProtocolHandshake.createSession Detected dialect: W3C

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-02-01
  • 2021-08-08
猜你喜欢
  • 2021-11-26
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案