- Marque apenas "carro 2, 4 e 5"
- Iterar sobre os elementos clicaveis
# 202401 - Python 3.12.0| # 202401 - Python 3.12.0 | |
| # MA_5-21 - 2 Maneiras de clicar em um elemento | |
| import logging | |
| import traceback | |
| from time import sleep | |
| from app import iniciar_driver | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait |
Este é um script Python que automatiza o envio de mensagens em massa no WhatsApp Web. Aqui está uma descrição breve do código:
Importação de módulos: O script importa vários módulos, incluindo os,
webbrowser, pyautogui, logging, logging.config, decouple.config e
time.
Configuração de logging: O script configura o logging usando um arquivo
| # 202401 - Python 3.12.0 | |
| # 4.18 - Projeto 3 - Zerar Game Piano Titles com PyAutoGUI | |
| import pyautogui | |
| import keyboard | |
| import webbrowser | |
| import win32api | |
| import win32con | |
| from time import sleep |