fixed substack input

This commit is contained in:
2024-12-18 19:58:15 -05:00
parent 89478b3ded
commit ef96f3632b
2 changed files with 3 additions and 2 deletions

View File

@@ -71,7 +71,8 @@ if(status){
; Input Text Box, this is awful and will probably break in the future, but works for now.
; @todo: Figure out relative xpath, SelectorHub is not providing anything useful.
Xpath = /html[1]/body[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]
Xpath = //p[@data-placeholder="What's on your mind?"]
try, CurrentText := driver.findelementbyxpath(Xpath).Attribute("innerText") ;XPATH Inner Text

View File

@@ -1,2 +1,2 @@
[Social-Media-Poster]
Version=2.99
Version=3.00