to test
This commit is contained in:
parent
98ede97956
commit
68a7d242b0
10
V4.py
10
V4.py
|
@ -726,14 +726,14 @@ def CustomStart(Credentials):
|
|||
ids = [x[0] for x in Credentials]
|
||||
actions=["tout", "daily", "pc", "mobile", "LogPoint"]
|
||||
|
||||
driver = FirefoxPC()
|
||||
driver.implicitly_wait(15)
|
||||
|
||||
system("clear")
|
||||
Comptes = enquiries.choose('quels comptes ?', ids, multi=True)
|
||||
Actions = enquiries.choose('quels Actions ?', actions, multi=True)
|
||||
|
||||
print(Comptes, Actions)
|
||||
|
||||
print(Comptes, Actions, ids)
|
||||
driver = FirefoxPC()
|
||||
driver.implicitly_wait(15)
|
||||
|
||||
"""
|
||||
login()
|
||||
_mail =Credentials[choice1][0]
|
||||
|
|
Loading…
Reference in New Issue