org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection Selenium ChromeDriver and Chrome v111

Using google-chrome v111.0 this error message… org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:49877/devtools/browser/3a3af47d-732a-4337-a91c-18c8ced545cd and this error message… 2023-03-08T21:06:50.3319163Z WARNING: Invalid Status code=403 text=Forbidden 2023-03-08T21:06:50.3320374Z java.io.IOException: Invalid Status code=403 text=Forbidden and even this error message… java.lang.NullPointerException: Cannot invoke “org.asynchttpclient.ws.WebSocket.sendCloseFrame(int, String)” because “this.socket” is null …is the result of devtools_http_handler rejecting an incoming WebSocket connection from … Read more