Example #1
0
 def setup_class(self):
     DriverUtils.open_driver().get("http://127.0.0.1/")
Example #2
0
 def __init__(self):
     self.driver = DriverUtils.open_driver()
Example #3
0
 def setup_class(self):
     self.driver = DriverUtils.open_driver()
     self.driver.get("http://ttmp.research.itcast.cn/")