Is Selenium WebDriver thread safe? Is Selenium WebDriver thread safe? selenium selenium

Is Selenium WebDriver thread safe?


This question is answered here

"WebDriver is not thread-safe. Having said that, if you can serialize access to the underlying driver instance, you can share a reference in more than one thread. This is not advisable. You /can/ on the other hand instantiate one WebDriver instance for each thread. "