How to resolve Unable to establish web socket connection problem in Selenium while launching Edge

preview_player
Показать описание
How to resolve Unable to establish web socket connection problem in Selenium while launching Microsoft Edge

Refer below code for solution
---------------------------------------------------------------------------------------------------------------------------
EdgeOptions options = new EdgeOptions();
WebDriver driver = new EdgeDriver(options);
---------------------------------------------------------------------------------------------------------------------------
***************************************************************************************
How to resolve Unable to establish web socket connection problem in Selenium while launching Chrome (Watch below video)
****************************************************************************************
--------------------------------------------------------------------------------------------------------------------------------------

Build info: version: '4.7.2', revision: '4d4020c3b7'
---------------------------------------------------------------------------------------------------------------------------
#java#restassured #soapui #postman #extentreport #selenium #jmeter #api #testing #training #refermegroup #jenkins #maven #github #apitesting #cicd #agiletesting #cucumber #sonar #robotframework #Error #Defect #Bug #Failure #api #webdesigner #webdriver #web #java #html #html5 #performance #manualtesting #junit #mutable #immutable #singleton #casting #synchronization #jmeter
Refer my channel for Manual Testing concepts also like #Error, #Defect, #Bug and #Failure
Рекомендации по теме
Комментарии
Автор

Thank you so much.
I had another question: why did this error happen on my machine when it didn't occur to all of my friends

theblackbone
Автор

I am still getting the error after adding the statement. Any clue?. FYI I am working on Maven project with cucumber

sibasismoharana
Автор

, "localhost:9988")
I am using this above line in my code to run my scripts in same browser, it should not open new browser for every new testcase, but your provided solution is not working with above provided code, can you please suggest some another way so that there is no websocket error when launching on specific port.
Anyways thankyou for the video, it works if user want to launch new browser for every testcase.

virajtapase