Search found 35 matches

by vt2011
Wed Mar 23, 2016 7:44 am
Forum: iMacros for Firefox
Topic: [SOLVED]TypeError: can't access dead object
Replies: 6
Views: 6257

Re: TypeError: can't access dead object, line 816 (Error cod

yup, I have the same error message too with native javascript, especially when I use an array of html element and use them later in the script liek in your case. I guess for any reason some faulty html element in the array can not be referenced anymore on the current page because the page content ha...
by vt2011
Thu Mar 03, 2016 5:06 pm
Forum: iMacros for Firefox
Topic: iMacros and Firefox 64-Bit
Replies: 3
Views: 3162

Re: iMacros and Firefox 64-Bit

it is imacros firefox 8.9.6, and imacros enterprise 11
I try to open firefox 44.0.2 64-bit via iimOpen() from Vba but it does not work.
by vt2011
Mon Feb 22, 2016 5:06 pm
Forum: iMacros for Firefox
Topic: iMacros and Firefox 64-Bit
Replies: 3
Views: 3162

iMacros and Firefox 64-Bit

I have Windows 8 running Firefox 44.0.2 64-Bit, I setut latest version iMacros 11.0 64-Bit but it can open Firefox browser but it can not play the script, does iMacros support Firefox 64-Bit version ?
by vt2011
Sun Jan 31, 2016 8:43 am
Forum: iMacros for Firefox
Topic: Extract text and preserve break lines
Replies: 2
Views: 2981

Re: Extract text and preserve break lines

Long time no talk to you, hope you are fine :) yes, EXTRACT=HTM is working fine, it extracts all the html tags, but my regexp to filter all the html tags are still missing some of them, not perfect :). You can have a look at this url for example http://www.amazon.de/product-reviews/B008U7GLT4/?ie=UT...
by vt2011
Sun Jan 31, 2016 7:14 am
Forum: iMacros for Firefox
Topic: Extract text and preserve break lines
Replies: 2
Views: 2981

Extract text and preserve break lines

I run Firefox 43.0 with iMacros version 8.9.6 on Windows 7. I have an issue with extracting the text with the following command : TAG POS=1 TYPE=SPAN ATTR=CLASS:a-size-base<SP>review-text EXTRACT=TXT It extracts the text but without any break lines, so the text is not well formatted anymore. If I us...
by vt2011
Sun Jan 25, 2015 4:59 am
Forum: iMacros for Firefox
Topic: Javascript setTimeout() not found
Replies: 3
Views: 4691

Re: Javascript setTimeout() not found

try window.setTimeout(f, 1000)
by vt2011
Fri Jan 23, 2015 2:03 pm
Forum: iMacros for Firefox
Topic: iMacros javascript fierfox for flash object
Replies: 6
Views: 5206

Re: iMacros javascript fierfox for flash object

hi, no worry, I can understand. You're absolutely right, it should be possible. I goolge and find this website http://demos.learnswfobject.com/external-interface/dynamic.html It looks like javascript can communicate with flash object (and vice-versa). But this example in on a web server, but coding ...
by vt2011
Fri Jan 23, 2015 6:04 am
Forum: iMacros for Firefox
Topic: iMacros records but does not replay
Replies: 8
Views: 6726

Re: iMacros records but does not replay

wow, sorry guys to be so late, but I don't read much here. Yes, the select dropdown menu on google is not a standard select option, they use css to style it because the standard select does not provide features to style the options, it looks like you have 2 elements, the first one is to style via cs...
by vt2011
Fri Jan 23, 2015 5:08 am
Forum: iMacros for Firefox
Topic: iMacros javascript fierfox for flash object
Replies: 6
Views: 5206

Re: iMacros javascript fierfox for flash object

hi, 1) I would like to give you the fcim as you requested, I agree with that, but I don't have any iMacros config to provide to you for this request. Why ? Do you realize it is a pure javascript code ? 2) Of course I read your reference post, and read it at least 3 times, do you really realize what ...
by vt2011
Thu Jan 22, 2015 6:11 pm
Forum: iMacros for Firefox
Topic: iMacros javascript fierfox for flash object
Replies: 6
Views: 5206

Re: iMacros javascript fierfox for flash object

Hi, thanks for your help, I will investigate further. As far as I can see on the page source of this website swfobject are used, I guess the fill form is encapsulated in a flash swfobject which can be communicated via javascript. I try to download the swfobject module at the link http://ajax.googlea...
by vt2011
Thu Jan 22, 2015 6:19 am
Forum: iMacros for Firefox
Topic: iMacros javascript fierfox for flash object
Replies: 6
Views: 5206

iMacros javascript fierfox for flash object

Hi,
I try to reference the elements on the following website http://www.pinger.com/tfw/ via Javascript on Firefox.
This website uses Flash objects for the user to fill the form. Is that posssible to fill the form on this website via Javascript ?
Thanks
by vt2011
Wed Aug 07, 2013 6:40 am
Forum: iMacros for Firefox
Topic: ONDOWNLOAD file
Replies: 2
Views: 1799

Re: ONDOWNLOAD file

right, thx, that is really missing, it should be stored in an iMacro global variable :)
By the way I will try to get it via javascript html element if it is even possible, or last resort use dos command line afterwards.
by vt2011
Tue Aug 06, 2013 4:04 am
Forum: iMacros for Firefox
Topic: ONDOWNLOAD file
Replies: 2
Views: 1799

ONDOWNLOAD file

Hi, I use the iMacro command ONDOWNLOAD FOLDER=* FILE=* WAIT=YES and I would like to get the default filename, but I can't see any option in iMacro to extract this default filename. Unfortunately the filename only appears when the download is triggered and there is no way to use any EXTRACT command ...
by vt2011
Wed Jan 23, 2013 7:10 am
Forum: iMacros for Firefox
Topic: Firefox 16 remove support for "java" DOM object
Replies: 16
Views: 22722

Re: Firefox 16 remove support for "java" DOM object

Hi, I was searching for hours why the working java code does not work anymore after upgrading FF. I use the following function in javascript to open a window browser and select a file with java. Can you please tell me if it is possible to use XPCOM object to open a window browser and select a file s...
by vt2011
Sat Jan 14, 2012 3:09 am
Forum: iMacros for Firefox
Topic: iMacros records but does not replay
Replies: 8
Views: 6726

Re: iMacros records but does not replay

yes, but the parameter CONTENT can not be used with the standard %, $ or index in that special case, just use the direct value.
Thanks