Select Page

Selenium server running

C:\Selenium-Server>java -jar selenium-server-standalone-3.141.59.jar
18:21:19.538 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
18:21:19.629 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
2019-12-10 18:21:19.680:INFO::main: Logging initialized @411ms to org.seleniumhq.jetty9.util.log.StdErrLog
18:21:19.926 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
18:21:20.801 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
18:23:58.441 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "browserName": "chrome",
  "goog:chromeOptions": {
    "prefs": {
      "profile.default_content_settings.popups": 0,
      "profile.default_content_setting_values.automatic_downloads": 1,
      "download.prompt_for_download": false,
      "disable-popup-blocking": "true",
      "download.default_directory": "C:\\Bot.Crawler\\Download\\08b7110f-05fe-444a-946d-25113b1cb437"
    }
  }
}
18:23:58.443 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 79.0.3945.36 (3582db32b33893869b8c1339e8f4d9ed1816f143-refs/branch-heads/3945@{#614}) on port 32004
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.

Downloading chrome driver .78 solved the issue: link