options.AddAdditionalCapability("useAutomationExtension", false); options.AddArguments("--allow-no-sandbox-job"); options.AddArguments("--no-sandbox"); options.AddArguments("--ignore-certificate-errors"); options.AddArguments("--disable-extensions"); options.SetLoggingPreference(LogType.Driver, LogLevel.All); options.AddAdditionalCapability("useAutomationExtension", false); driver = new ChromeDriver(@"C:\selenium\latestDriver",options);
Instructor
gunjan Replied on 11/12/2018The code is running fine. I can't see any error when I run the code
thanks Gunjan. I'll try again