to test
This commit is contained in:
parent
98ede97956
commit
68a7d242b0
8
V4.py
8
V4.py
@ -726,13 +726,13 @@ 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()
|
||||
|
Loading…
Reference in New Issue
Block a user