This commit is contained in:
parent
9bb22a1837
commit
45fc9da051
1
V4.py
1
V4.py
|
@ -400,6 +400,7 @@ def login() :
|
||||||
mail = driver.find_element(By.ID, 'i0116')
|
mail = driver.find_element(By.ID, 'i0116')
|
||||||
send_keys_wait(mail, _mail)
|
send_keys_wait(mail, _mail)
|
||||||
mail.send_keys(Keys.ENTER)
|
mail.send_keys(Keys.ENTER)
|
||||||
|
CustomSleep(5)
|
||||||
"""
|
"""
|
||||||
try :
|
try :
|
||||||
driver.find_element(By.ID, 'idChkBx_PWD_KMSI0Pwd').click()
|
driver.find_element(By.ID, 'idChkBx_PWD_KMSI0Pwd').click()
|
||||||
|
|
Loading…
Reference in New Issue