I checked the application list, but couldn’t find any firefox or chrome driver. Then I delayed the tearDown method of the first Selenium test by one second and everything seems to work fine. Is it possible that the browser driver is still in the quit process while the next test is already in the set up stage? I also change from selenium.close() to selenium.quit(), but I shouldn’t have more than one browser window at any time.