Need imacros help

Ruriko

Power Member
Joined
May 4, 2008
Messages
714
Reaction score
26
I am trying to upload files on google plus and found two problems. First it won't close the file upload windows once it selects the file. The second problem is once it finishes uploading it doesn't properly click the done button even though it's selected. Anyone know how to fix?
Code:
TAB T=1
URL GOTO=https://plus.google.com/photos
WAIT SECONDS=1
TAG POS=1 TYPE=DIV ATTR=TXT:Upload<SP>photos
WAIT SECONDS=1
TAG POS=2 TYPE=DIV ATTR=TXT:Click<SP>to<SP>open<SP>the<SP>file<SP>browser.
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:FILE ATTR=* CONTENT=C:\Users\Susan\Documents\13813_original.jpg
WAIT SECONDS=1
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=test<SP>captcha
WAIT SECONDS=5
TAG POS=1 TYPE=DIV ATTR=ID:picker:ap:0
WAIT SECONDS=1
TAG POS=1 TYPE=DIV ATTR=TXT:Skip
 
don't post if you can't help...
 
Back
Top