How to fix chrome driver version 111 issue (Unable to establish WebSocket connection)||Ganesh Jadhav

preview_player
Показать описание
Subscribe to this channel, and press bell icon to get some interesting videos for Selenium/TestNG/Maven/Rest Assured Automation:

Follow me on GIT Hub :

Follow me on Facebook Page :

Code Snifet :

ChromeOptions options = new ChromeOptions();
WebDriver driver = new ChromeDriver(options);
Рекомендации по теме
Комментарии
Автор

It was adding the options to the driver that i was forgetting. Now it’s perfect thank you 😖👌

MasterYoeshi
Автор

OMG, It's really helpful, thank you so much🤧

buithihonghanh
Автор

i'm getting the following error under add argumnent method-The method addArguments(String[]) in the type is not applicable for the arguments (String)

sivasharwan