Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var options = new ChromeOptions()
- {
- BinaryLocation = @"F:/dev/mapz/Lab 1/Lab 1/bin/x64/Debug/CefSharp.BrowserSubprocess.exe"
- };
- //options.AddArgument("--log-level=3");
- var service = ChromeDriverService.CreateDefaultService();
- //service.HideCommandPromptWindow = true;
- driver = new ChromeDriver(service, options); //chromedriver.exe
- //driver.Navigate().GoToUrl("http://stackoverflow.com/");
Advertisement
Add Comment
Please, Sign In to add comment