Home > OS >  Selenium centos7 on how to configure a Java program, chrome and chromedriver
Selenium centos7 on how to configure a Java program, chrome and chromedriver

Time:09-27

Installed on the server of the chrome is Google chrome 78.0.3904.70, chromedriver is 78.0.3904.70 corresponding driver, unzip the/opt/drivers,./chromedriver,
 Starting chromedriver 78.0.3904.70 (edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5 - refs/branch - heads/3904 @ # {800}) on port 9515 
Only local connections are allowed.
Both Please protect ports, informs by ChromeDriver and related test frameworks to prevent access by malicious code.
[1571985985.606] [SEVERE] : bind () failed: always assign a requested address (99)

See the output, there are two problems, first, chrome start port is only 9515? Can not change? Second, the bind () failed: always assign a requested address (99) problems affect normal operation of a Java program?

CodePudding user response:

Sysctl -w net. Ipv4. After tcp_fin_timeout=15./how chromedriver or the same mistake? I was the Linux centos7 and graphical interface, associated with this?
  • Related