att
This commit is contained in:
parent
0ac2401d76
commit
822c7201a6
@ -326,7 +326,10 @@ def main():
|
||||
from selenium.webdriver.common.action_chains import ActionChains
|
||||
actions = ActionChains(driver)
|
||||
actions.key_down(Keys.CONTROL).send_keys('k').key_up(Keys.CONTROL).perform()
|
||||
time.sleep(1)
|
||||
|
||||
# Aguardar a página carregar completamente
|
||||
print("Aguardando 10 segundos para a página carregar...")
|
||||
time.sleep(10)
|
||||
|
||||
# Apertar TAB 3 vezes
|
||||
print("Apertando TAB 3 vezes...")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user