Java - Selenium - open browser is not working , getting an error "Only local connections are allowed." | Selenium Forum
S
shirisha pendekanti Posted on 11/03/2022

Hi 

 

I am trying to impliment the JAVA - datadriven frame work and I am getting below erros while running "openBrowser" class. Please let me know how i can come over these erros.

 

Starting ChromeDriver 99.0.4844.51 (d537ec02474b5afe23684e7963d538896c63ac77-refs/branch-heads/4844@{#875}) on port 13152
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Mar 10, 2022 4:37:54 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Mar 10, 2022 4:37:54 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 99, so returning the closest version found: a no-op implementation
Mar 10, 2022 4:37:54 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
INFO: Unable to find CDP implementation matching 99.
Mar 10, 2022 4:37:54 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$0
WARNING: Unable to find version of CDP to use for . You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.0.0-alpha-7` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.