Ejemplo n.º 1
0
 def test_begin(self):
     print("order_v1.2.0")
     #关闭浏览器驱动的开关
     DriverUtils.chang_mp_key(False)
Ejemplo n.º 2
0
 def test_end(self):
     # 将关闭浏览器驱动的开关打开
     DriverUtils.chang_mp_key(True)
     # 主动调用依稀关闭浏览器驱动的方法
     DriverUtils.quit_mp_driver()