コード例 #1
0
ファイル: webdriver.py プロジェクト: pombredanne/py.saunter
 def tearDown(self):
     """
     Default teardown method for all scripts. If run through Sauce Labs OnDemand, the job name, status and tags
     are updated. Also the video and server log are downloaded if so configured.
     """
     SaunterWebDriver.quit()
     self.assertEqual([], self.verificationErrors)