From 1e10349d563af8ee5f09dd9a0da95b4c8b84c644 Mon Sep 17 00:00:00 2001 From: yuriy Date: Sun, 22 Oct 2023 01:51:15 -0400 Subject: [PATCH] fixed twetch posting, unchecked thinkspot by default for now, added functionality to update chrome/driver --- Modules/Post-To-Twetch.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Post-To-Twetch.ahk b/Modules/Post-To-Twetch.ahk index 838f569..4b45765 100644 --- a/Modules/Post-To-Twetch.ahk +++ b/Modules/Post-To-Twetch.ahk @@ -115,7 +115,7 @@ sleep, 2000 SaveOrPostProgress(Message:="Submitting Post",PostType:="Tooltip,ErrorLoggingTextFile") -Xpath = //button[normalize-space()='Post $0.02'] +Xpath = //button[@id='composer-post-btn'] Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=4,SleepLength:=1000) if(Status){ Message = Failed to click on Submit Post Button