ChromeDriver 111.0.5563.19 unable to establish connection to chrome

76 views
Skip to first unread message

Devi Raj

unread,
Mar 11, 2023, 10:55:26 AM3/11/23
to ChromeDriver Users
Hi,

I have written my code as below,

public class projectautomationclass {

public static void main(String[] args) {

System.setProperty("webdriver.chrome.driver","C:\\Browser driver\\chromedriver.exe");

ChromeDriver driver = new ChromeDriver ();

driver.get("https://www.google.com");

}

}


And I have got the error message as

Starting ChromeDriver 111.0.5563.64 (c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995}) on port 11808

Only local connections are allowed.

Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.

ChromeDriver was started successfully.

Mar 11, 2023 9:21:51 PM org.openqa.selenium.remote.http.WebSocket$Listener onError

WARNING: Invalid Status code=403 text=Forbidden

java.io.IOException: Invalid Status code=403 text=Forbidden

at org.asynchttpclient.netty.handler.WebSocketHandler.abort(WebSocketHandler.java:92)

at org.asynchttpclient.netty.handler.WebSocketHandler.handleRead(WebSocketHandler.java:118)

at org.asynchttpclient.netty.handler.AsyncHttpClientHandler.channelRead(AsyncHttpClientHandler.java:78)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)

at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)

at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)

at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)

at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)

at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:454)

at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)

at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)

at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)

at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)

at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)

at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)

at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)

at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)

at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)

at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)

at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)

at java.base/java.lang.Thread.run(Thread.java:833)

Exception in thread "main" org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:61436/devtools/browser/a8de52fa-8c5b-46a1-882f-a1c7233dd642

Build info: version: '4.8.1', revision: '8ebccac989'

System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5'

Driver info: driver.version: ChromeDriver

at org.openqa.selenium.remote.http.netty.NettyWebSocket.<init>(NettyWebSocket.java:102)

at org.openqa.selenium.remote.http.netty.NettyWebSocket.lambda$create$3(NettyWebSocket.java:128)

at org.openqa.selenium.remote.http.netty.NettyClient.openSocket(NettyClient.java:107)

at org.openqa.selenium.devtools.Connection.<init>(Connection.java:78)

at org.openqa.selenium.chromium.ChromiumDriver.lambda$new$2(ChromiumDriver.java:116)

at java.base/java.util.Optional.map(Optional.java:260)

at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:114)

at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:82)

at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:50)

at projectautomationclass.main(projectautomationclass.java:9)

Please help me resolve this issue and it will be appreciable. I hope for your reply.



Reply all
Reply to author
Forward
0 new messages