Hello, I've created this script to automatically post some information to my bloger pages. Everything seems correct till the level of inflating the content into the blogger form. It does not type the content "trial post" into the related form. I suppose that the problem maybe about the hidden form structture but I couldn't solve it. The macro code waits extremely
long time in this line:
URL GOTO=http://www.blogger.com/post-create.g?blogID=16266475
and finishes without filling the form in. Note: Extraction seems correct.
VERSION BUILD=5030127
TAB T=1
TAB CLOSEALLOTHERS
SIZE X=1004 Y=723
SET !VAR1 {{!EXTRACT}}
URL GOTO=en.wikipedia.org
TAG POS=1 TYPE=A ATTR=TXT:someattributionhere
TAG POS=1 TYPE=HTML ATTR=TXT:
EXTRACT POS=1 TYPE=HTM ATTR=<DIV<SP>id=bodyContent>*
URL GOTO=http://www.blogger.com/post-create.g?blogID=16266475
TAB T=1
FRAME F=1
WAIT SECONDS=#DOWNLOADCOMPLETE#
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:stuffform ATTR=NAME:htmlPostBody CONTENT=trial<SP>post
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:stuffform ATTR=NAME:publishPost&&VALUE:Publish<SP>Post
Thank you