iMacross script delete photos one by one
this iMacross script i want to use in facebook. i want to create iMacross script that will click "Delete this photo" link, wait a second until a dialog box appear and will click "confirm" button. this is my script so far : VERSION BUILD=8820413 RECORDER=FX TAB T=1 SET !ERRORIGNORE YES SET !TIMEOUT_PAGE 1 SET !TIMEOUT_STEP 1 TAG POS=1 ATTR=TXT:Delete this photo WAIT SECONDS=3 TAG TYPE=INPUT:BUTTON ATTR=NAME:confirm WAIT SECONDS=3 but it not works and keep appear error : SyntaxError: wrong format of TAG command, line 6 (Error code: -910) can anyone help? UPDATE The worked code is here for