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

  • 相关阅读:
    111
    使用正则表达式,取得点击次数,函数抽离
    爬虫大作业
    Hadoop综合大作业
    hive基本操作与应用
    熟悉HBase基本操作
    爬虫大作业
    第三章 熟悉常用的HDFS操作
    数据结构化与保存
    用正则表达式,取得点击次数,函数抽离
  • 原文地址:https://www.cnblogs.com/interdrp/p/14366295.html
Copyright © 2011-2022 走看看