Search found 7 matches

by 512banque
Sun Mar 25, 2012 11:43 am
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.2.1.0 RC TAG Waiting Problem
Replies: 15
Views: 21724

Re: iMacros for Firefox V6.2.1.0 RC TAG Waiting Problem

Same problem still showing, please fix it :)
by 512banque
Wed Jan 04, 2012 8:35 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Problem in entering data into a textbox
Replies: 3
Views: 2574

Re: Problem in entering data into a textbox

Simply use a wildcard :

TAG POS=1 TYPE=INPUT FORM=NAME:* ATTR=ID:link_*

Are you sure there is no name attribute ? quite strange ..
by 512banque
Wed Jan 04, 2012 8:31 pm
Forum: Data Extraction and Web Screen Scraping
Topic: extracting parameters of
Replies: 2
Views: 2244

Re: extracting parameters of

You must do it in javascript with EVAL
by 512banque
Sat Dec 31, 2011 4:17 pm
Forum: iMacros for Firefox
Topic: Firefox click mode does not have Direct Screen option.
Replies: 13
Views: 19570

Re: Firefox click mode does not have Direct Screen option.

Tech Support wrote:
Having said that, DS for Firefox is on our todo list for this year. We plan to have a first version around November/December now.
Up :lol:
by 512banque
Fri May 27, 2011 9:22 am
Forum: iMacros for Firefox
Topic: using proxy list or plugin on firefox?
Replies: 27
Views: 746029

Re: using proxy list or plugin on firefox?

same problem as siny
by 512banque
Mon Apr 25, 2011 6:20 pm
Forum: Command Line and Scripting Interface
Topic: WRITEPIPEERROR in baseprotocol.cpp using IIMRUNNER
Replies: 5
Views: 5494

Re: WRITEPIPEERROR in baseprotocol.cpp using IIMRUNNER

Hi. I'm getting the same error on the same configuration (windows 7). INFO 19:15:51 25/04/2011 TID:0x00000868 | iMacros (iMacros) started. PID = 5592, Status = 1, instances count: 1, clientName = INFO 19:26:05 25/04/2011 TID:0x00000cf4 | [Error] WritePipeError( 0x000000E8 ), line: 124, file: .\BaseP...
by 512banque
Thu Apr 21, 2011 10:36 am
Forum: Command Line and Scripting Interface
Topic: #Current.iim overwritten by different browsers sessions ?
Replies: 1
Views: 4568

#Current.iim overwritten by different browsers sessions ?

Hi. I am trying to achieve multithreading with iMacros (scripting edition). I have a PHP script which is launching several iimInit and iimPlay. Although I know PHP is note "made" for multithreading (i.e. you have to wait for each iimPlay to be completely finished before the next can start)...