Answer the question
In order to leave comments, you need to log in
Why is Selenium not opening url from WinForms?
I'm trying to do the simplest action: open a browser, go to Google.
var options = new ChromeOptions();
options.AddArgument("no-sandbox");
ChromeDriver chrome= new ChromeDriver(options);
chrome.Navigate().GoToUrl("http://www.google.com/");
Thread 0x3680 exited with code 0 (0x0).
Thread 0x28fc exited with code 0 (0x0).
Thread 0x49c exited with code 0 (0x0).
Thread 0x24a8 exited with code 0 (0x0).
Thread 0x51b4 exited with code 0 (0x0).
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question