|
|
@ -71,7 +71,8 @@ if(status){
|
|
|
|
|
|
|
|
|
|
|
|
; Input Text Box, this is awful and will probably break in the future, but works for now.
|
|
|
|
; 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.
|
|
|
|
; @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
|
|
|
|
try, CurrentText := driver.findelementbyxpath(Xpath).Attribute("innerText") ;XPATH Inner Text
|
|
|
|