fixed substack input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user