Exemplo n.º 1
0
 def test_begin(self):
     #关闭浏览器驱动的开关
     DriverUtils.chang_mis_key(False)
Exemplo n.º 2
0
 def test_end(self):
     # 将关闭浏览器驱动的开关打开
     DriverUtils.chang_mis_key(True)
     # 主动调用依稀关闭浏览器驱动的方法
     DriverUtils.quit_mis_driver()