selenium webdriver C# multithreading selenium webdriver C# multithreading selenium selenium

selenium webdriver C# multithreading


In my experience, Selenium WebDriver supports multithreading quite well (unless you're using IE).From your code, it looks like you are using the same driver instance in all of your threads - make sure each thread has its own WebDriver instance.