SKumar-777
SKumar-777
I have confirmed that the following code works to load an unpacked Chrome extension: var options = new ChromeOptions(); options.AddArgument("--load-extension=" + extensionPath);//Load unpacked extension options.AddArgument("--disable-features=DisableLoadExtensionCommandLineSwitch"); var driver = new ChromeDriver(options);...
Thanks @cgoldberg for the update. I understand that, for now, we would need to either stay on Chrome 136 or switch to Chromium or Chrome-for-Testing. Will the Selenium team be...
Hi Team, Will this option be available in the upcoming Selenium version 4.35? Thanks.