我最近切换到了pagefactory模型,我注意到并行运行测试时会一直失败(以前在切换到页面工厂模型之前工作正常)。我有代码示例,如果有人想看它。我正在使用Selenium webdriver和testng。第一个测试返回以下
org.openqa.selenium.WebDriverException: Build info: version: '2.43.0', revision: '597b76b', time: '2014-09-09 20:52:38'
测试的其余部分返回以下内容
org.openqa.selenium.remote.SessionNotFoundException: Session ID is null. Using WebDriver after calling quit()?
当我逐个运行测试时,它们运行正常。