我正在使用Python进行selenium webdriver自动化。我有两个函数,即一个类中的测试用例。 即def test_Test1和def test_Test2。 问题是,在Safari中运行第一个测试用例即“test_Test1”时,我的pycharm给了我一个执行第二个测试用例的例子,即“test_Test2”,即
The Safari instance is already paired with another WebDriver session.
这可能是什么解决方案,原因是什么?