; =========================
; Copiare post
; =========================
Sleep(200) ; attesa iniziale
MouseClick(“left”, 1330, 154, 1, 2) ; click
Local $title = WinGetTitle(“”) ; titolo finestra attiva
Local $tabCount = 2 ; default TAB
If StringInStr(StringLower($title), “grok”) Then
$tabCount = 3 ; se contiene “grok”
ElseIf StringInStr(StringLower($title), “gemini”) Then
$tabCount = 1 ; se contiene “gemini”
; CTRL + END per andare a fine pagina
Send(“^{END}”)
Sleep(500)
; click sinistro sulle coordinate richieste
MouseClick(“left”, 1113, 1100, 1, 2)
Sleep(300)
EndIf
For $i = 1 To $tabCount ; ciclo TAB
Send(“{TAB}”) ; invia TAB
Sleep(Random(85, 115, 1)) ; pausa random
Next
Sleep(200) ; attesa
Send(“{ENTER}”) ; invio ENTER
Sleep(600) ; attesa finale
Discover more from Janelle Parkton Coloring Books
Subscribe to get the latest posts sent to your email.
Be the first to comment