Search found 12 matches

by Airmanbzh
Fri Aug 19, 2016 2:38 pm
Forum: iMacros for Firefox
Topic: 9.0.3 Issues and Feedback
Replies: 44
Views: 48355

Re: 9.0.3 Issues and Feedback

I've found a way to access to the window element from js (by modifying iMacros). If you define a window property (with the current window as value) to the sandbox and comment the error throw in jsplayer, you can access to this object and use functions as "eval", "setTimeout", etc...
by Airmanbzh
Fri Aug 19, 2016 12:55 pm
Forum: iMacros for Firefox
Topic: 9.0.3 Issues and Feedback
Replies: 44
Views: 48355

Re: 9.0.3 Issues and Feedback

Hi, I think I've found a bug with imacro 9.0.3 with firefox 48.0 (multiprocess activated) and Win 64 : TAB T=1 URL GOTO=http://jobs.voyages-sncf.com/offer/Ingnieur_test_et_automatisation_H_F_482d9673cf TAG POS=2 TYPE=SPAN ATTR=TXT:Postuler TAB T=2 TAG POS=1 TYPE=TITLE ATTR=TXT:* EXTRACT=TXT TAG XPAT...
by Airmanbzh
Thu Aug 18, 2016 7:51 am
Forum: iMacros for Firefox
Topic: 9.0.3 Issues and Feedback
Replies: 44
Views: 48355

Re: 9.0.3 Issues and Feedback

Hello,

Since this update, and due to the suppression of the imns namespace, we can't access to the path of the current macro. Is there a way to get this ?
And, maybe, some other properties ? (path of datasource, path of download, etc)

Thanks :)
by Airmanbzh
Thu Jan 29, 2015 8:50 am
Forum: iMacros for Firefox
Topic: NEED HELP WITH A SCRIPT IM TRYING TO MAKE
Replies: 4
Views: 3252

Re: NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Hi,

Before I give you an answer : do you realize that it will take you 277778 hours (11574 days) to reach 1 billion ?

(If you acces to each URL in 1 second)
by Airmanbzh
Tue Jan 27, 2015 4:22 pm
Forum: iMacros for Firefox
Topic: creating a csv file causing double quotes
Replies: 10
Views: 8805

Re: creating a csv file causing double quotes

Hi,

You will find what you need in this part of skippyto link : https://developer.mozilla.org/en-US/Add ... ne_by_line

It shows you how to read a file line by line (you have to add a counter) but all the code is here ;)

Warning : This code performs synchronous readings
by Airmanbzh
Tue Jan 27, 2015 10:21 am
Forum: iMacros for Firefox
Topic: correct syntax for input login credential
Replies: 4
Views: 3666

Re: correct syntax for input login credential

Hi,

try this :

Code: Select all

TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:NomeUtente CONTENT=username
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=NAME:Password CONTENT=password
TAG POS=1 TYPE=P ATTR=TXT:Accedi
You had to search by NAME and not by ID
by Airmanbzh
Mon Sep 29, 2014 12:53 pm
Forum: iMacros for Firefox
Topic: 8.8.4 & 8.8.5 addons infinite loop and freeze issues
Replies: 22
Views: 34628

Re: 8.8.4 & 8.8.5 addons infinite loop and freeze issues

Hi,

I experiment the same issue since the 8.8.5 version.
Any correction about this ?
by Airmanbzh
Wed Sep 24, 2014 7:21 am
Forum: iMacros for Firefox
Topic: How to input text Hidden textarea ??
Replies: 8
Views: 6856

Re: How to input text Hidden textarea ??

Hello, I guess you want to alter the content in your rich textbox. This website uses TinyMCE and this plugin converts a textarea into an iframe. So you can't modify the content of the textbox by altering the content of the textarea. You've to use javascript to alter this content. You can try somethi...
by Airmanbzh
Tue Jul 03, 2012 12:27 pm
Forum: General Support & Discussions
Topic: [SOLVED] Very long time to launch java
Replies: 1
Views: 1764

Re: Very long time to launch java

We found a solution to solve this problem. If you use IMacro 24/7, process of java will create temporaries files and overload the tmp directory. Windows (with NTFS) can handle 4billions of these files but Java x32 can only manage 65536 files (2 power 16). We created a cron job to clean the tmp direc...
by Airmanbzh
Mon Jun 18, 2012 8:26 am
Forum: General Support & Discussions
Topic: [SOLVED] Very long time to launch java
Replies: 1
Views: 1764

[SOLVED] Very long time to launch java

We use IMacro to run scripts 24/7. It works perfectly on Windows XP but on our Windows Server 2008 64bits we have a problem with the launch of java. It will work 2-3 days and sometimes Java will not respond in our JS (time of initialisation is very very long). When it happens, Firefox 13 switches to...
by Airmanbzh
Wed May 23, 2012 3:07 pm
Forum: General Support & Discussions
Topic: ONDIALOG with confirmation dialog
Replies: 1
Views: 3566

Re: ONDIALOG with confirmation dialog

I find a first solution

"ONDIALOG" doesn't work fine on Firefox12. I try the same code on FF8 and it works.
by Airmanbzh
Wed May 23, 2012 2:31 pm
Forum: General Support & Discussions
Topic: ONDIALOG with confirmation dialog
Replies: 1
Views: 3566

ONDIALOG with confirmation dialog

Hello, I create a script to enter data into a form. At the end, the form ask me to confirm with the "confirm" javascript function. I define this command ONDIALOG POS=1 BUTTON=YES CONTENT=OK to passe the confirmation box but it doesn't click on OK. I only see a quick grey flash on screen (t...