add selenium config

This commit is contained in:
文贤平
2019-09-05 14:48:00 +08:00
parent c97b774e85
commit ad55d8f709
6 changed files with 177 additions and 157 deletions

View File

@@ -145,7 +145,7 @@ class select:
self.cdn_certification()
l = liftTicketInit(self)
l.reqLiftTicketInit()
# getDrvicesID(self)
getDrvicesID(self)
self.call_login()
check_user = checkUser(self)
t = threading.Thread(target=check_user.sendCheckUser)