Search found 9 matches

by z3us
Thu May 29, 2008 7:12 pm
Forum: iMacros for Firefox
Topic: Problem with a script for restarting my router
Replies: 2
Views: 1824

Re: Problem with a script for restarting my router

OK. Now the script is able to pass the dialog box I showed before. But not the second: http://img162.imageshack.us/img162/9388/reboot2bk5.jpg http://img162.imageshack.us/img162/9388/reboot2bk5.26ff96fb16.jpg How can I fix this? The script is this: VERSION BUILD=6050529 RECORDER=FX TAB T=1 URL GOTO=h...
by z3us
Wed May 28, 2008 7:52 pm
Forum: iMacros for Firefox
Topic: Problem with a script for restarting my router
Replies: 2
Views: 1824

Problem with a script for restarting my router

Im trying to create a script that allow me to restart my router using its page. But Im not able to go through this dialog box: http://img134.imageshack.us/img134/1106/rebootsh5.th.jpg I am using this script: VERSION BUILD=6040429 RECORDER=FX TAB T=1 URL GOTO=http://192.168.0.1/system_r35.stm FRAME F...
by z3us
Mon Apr 07, 2008 2:45 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract partial text
Replies: 1
Views: 2298

Extract partial text

I have this tag:
<h2 style="COLOR: fdef9d" >A : B</h2>
Is it possible to extract only B???

A is always the same text, is unvariable

TY
by z3us
Thu Dec 13, 2007 3:57 pm
Forum: General Support & Discussions
Topic: SCRIPT FOR EMPTYING GMAIL ACCOUNTS
Replies: 3
Views: 3417

Code: Select all

TAG POS=1 TYPE=A ATTR=TXT:Salir 
Salir is the link for logging out in spanish
by z3us
Sun Dec 09, 2007 1:20 pm
Forum: General Support & Discussions
Topic: SCRIPT FOR EMPTYING GMAIL ACCOUNTS
Replies: 3
Views: 3417

SCRIPT FOR EMPTYING GMAIL ACCOUNTS

Hi. I tried to make a script that I want to use for deleting all messages in several gmail accounts that I use for p2m. Is this: VERSION BUILD=6011201 RECORDER=FX TAB T=1 SET !ERRORIGNORE YES URL GOTO=http://www.gmail.com TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://www.google.com/accounts/ServiceL...
by z3us
Tue Oct 23, 2007 8:38 pm
Forum: General Support & Discussions
Topic: Filling a field with differents texts
Replies: 3
Views: 2600

Is it possible that, when all lines are used, the macro would return to 1st line again?
I could describe it as looping a loop. I hope u undestand me
by z3us
Mon Oct 22, 2007 1:47 pm
Forum: General Support & Discussions
Topic: Filling a field with differents texts
Replies: 3
Views: 2600

Filling a field with differents texts

Hi. I want to fill a text field in a form with different messages each time I load the macro. I used a datasource name.txt with: name1=aaa name2=bbb name3=ccc ... Inside the macro I used CONTENT={{name!LOOP}} But I cant get it to work. With the firefox addon I only obtain "{{name!LOOP}}" i...
by z3us
Fri Oct 19, 2007 10:19 pm
Forum: iMacros for Firefox
Topic: Help with this
Replies: 2
Views: 2713

I want to stop the macro. Or, better, take a Screenshot and continue. (I want the screenshot to see the url of the actual page, if u know a better way use it....)

TY
by z3us
Thu Oct 18, 2007 10:22 pm
Forum: iMacros for Firefox
Topic: Help with this
Replies: 2
Views: 2713

Help with this

Im totally newbie with this application, and is really great! I want a macro to run in a loop continuosly until a certain word is showed in a page in the FF. Then the loop should stop. My macro is really simple: only to click in a position and wait the next page to be loaded. I want this to be repea...