Search found 5 matches

by oobe
Sat Apr 23, 2011 10:59 am
Forum: General Support & Discussions
Topic: Click button on page of online browser game
Replies: 4
Views: 25985

Re: Click button on page of online browser game

Attack button: <td rowspan="2"> <input id="target_attack" class="attack" type="submit" style="font-size: 10pt;" value="Attack" name="attack"> </td> so: TAG POS=1 TYPE=INPUT ATTR=TYPE:"submit"&&ID:"target_att...
by oobe
Sat Apr 23, 2011 10:50 am
Forum: General Support & Discussions
Topic: Click button on page of online browser game
Replies: 4
Views: 25985

Re: Click button on page of online browser game

i have registered on the game..
what i need to do to see this button?
by oobe
Sat Apr 23, 2011 10:39 am
Forum: iMacros for Firefox
Topic: BUG? TAG with ATTR&&ATTR Working in iim but doesn't under js
Replies: 2
Views: 1960

Re: BUG? TAG with ATTR&&ATTR Working in iim but doesn't unde

Shit... forgot CODE: :lol: now it's working :) iimPlay("CODE: TAG POS=1 TYPE=SPAN ATTR=CLASS:planet-koords&&TXT:[7:1:5]"); iimPlay("CODE: TAG POS=1 TYPE=SPAN ATTR=CLASS:\"planet-koords\"&&TXT:\"[7:1:5]\""); Great tool! Why javascript isn't free...
by oobe
Sat Apr 23, 2011 10:20 am
Forum: iMacros for Firefox
Topic: BUG? TAG with ATTR&&ATTR Working in iim but doesn't under js
Replies: 2
Views: 1960

BUG? TAG with ATTR&&ATTR Working in iim but doesn't under js

//This is working: TAG POS=1 TYPE=SPAN ATTR=CLASS:planet-koords&&TXT:[7:1:5] //In iMacros javascript under firefox doesn't iimPlay("TAG POS=1 TYPE=SPAN ATTR=CLASS:planet-koords&&TXT:[7:1:5]"); iimPlay("TAG POS=1 TYPE=SPAN ATTR=CLASS:\"planet-koords\"&&...
by oobe
Thu Apr 21, 2011 1:37 pm
Forum: Data Extraction and Web Screen Scraping
Topic: REGEXP, Can not compile regular expression
Replies: 15
Views: 18705

Re: REGEXP, Can not compile regular expression

I can't change to JavaScript :( (iMacros 7.2.1.0, Win7 x64, Firefox 4, demo: ok) This is working SEARCH SOURCE=REGEXP:\"resourceTickerMetal = {\\W+available: (\\d+)\" EXTRACT=$1 after change.. doesn't: var macro; macro = "CODE:"; macro += "SEARCH SOURCE=REGEXP:\"resourc...