From 0468ac7bf8782a60bab1613aedae3f8b1a408631 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Sat, 28 Jan 2023 12:27:05 -0500 Subject: [PATCH] Updated Twetch not clicking in to New Post box when doing text post --- Freedomain Social Media Poster.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 65d244a..4b08091 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -3752,7 +3752,7 @@ if(Status){ */ ; Click into text input box at top of page -Xpath = //p[@data-slate-node='element'] +Xpath = //div[@role='textbox'] Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=2,SleepLength:=1000)