ShoodEver

Results 4 comments of ShoodEver

I resolved a similar issue by changing Compile >> Target CPU to x64 instead of AnyCPU This action also has decreased the score on virustotal from 28 to 5

Hi, This issue still unfixed in Selenium 4.12.4 with Edge 116.0.1938.76 driver.SwitchTo().NewWindow(WindowType.Tab); with normal mode, works fine but with [InPrivate mode] only it gets the mentioned error above: Error message:...

workaround by this code, it does the same: `IJavaScriptExecutor js = (IJavaScriptExecutor)driver;` `js.ExecuteScript("window.open('', '_blank')");` `driver.SwitchTo().Window(driver.WindowHandles.Last);`

Hi, I searched a lot for a library like this, Thanks for your job but it doesn’t work with SSL as others said. Adding this script doesn’t make anything: options.AddExcludedArgument("ignore-certifcate-errors");...