Confirmed users
9,511
edits
| Line 27: | Line 27: | ||
connection.macFirefox, connection.amoStaging ) | connection.macFirefox, connection.amoStaging ) | ||
self.selenium.start() | self.selenium.start() | ||
code... | |||
def tearDown(self): | |||
self.selenium.stop() | |||
if __name__ =="__main__": | |||
unittest.main() | |||
</pre> | </pre> | ||