You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selenium.Chrome.WebDriver is incompatible with the latest Chrome version which is 126.0,
Due to driver and Chrome version incompatibility, the code cannot open a browser and throws an exception.
IWebDriver driver = new ChromeDriver(Directory.GetCurrentDirectory());
All your suggestion and resolution would be much appriciate
The text was updated successfully, but these errors were encountered:
Selenium.Chrome.WebDriver is incompatible with the latest Chrome version which is 126.0,
Due to driver and Chrome version incompatibility, the code cannot open a browser and throws an exception.
IWebDriver driver = new ChromeDriver(Directory.GetCurrentDirectory());
All your suggestion and resolution would be much appriciate
The text was updated successfully, but these errors were encountered: