zoukankan      html  css  js  c++  java
  • Java-Opencv(chromedriver) Forwarding newSession on session null to remote 解决方案

    环境: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

  • 相关阅读:
    PyQt4信号与槽
    Amazon Redshift数据库
    NoSQL数据库的认识
    如何划分子网
    VPC见解
    Linux之添加交换分区
    MySQL基础之 标准模式通配符
    MySQL基础之 LIKE操作符
    MySQL基础之 AND和OR运算符
    MySQL基础之 索引
  • 原文地址:https://www.cnblogs.com/interdrp/p/14366295.html
Copyright © 2011-2022 走看看