Compare commits

..

1 Commits
3 ... main

Author SHA1 Message Date
Yuriy ef96f3632b fixed substack input 1 month ago

@ -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

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

Loading…
Cancel
Save