Search found 4932 matches

by Tech Support
Thu Nov 10, 2011 5:19 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584038

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

The V8 performance issue reported by ekid is fixed with today's 7.4.0.8 release: http://wiki.imacros.net/iMacros_for_Fir ... on_History
by Tech Support
Wed Nov 09, 2011 11:11 pm
Forum: Command Line and Scripting Interface
Topic: set random wait time between 50-60 seconds
Replies: 11
Views: 37972

Re: set random wait time between 50-60 seconds

Everything you can do inside the Javascript "eval" function is possible: SET !RANDVAR EVAL("var randomNumber=Math.floor(Math.random()*100); randomNumber;") DS CMD=CLICK X=RANDVAR Y=100 CONTENT= Is this possible ? Yes IF... THEN repeat/go to line command : GOTO LINE Not via EVAL, ...
by Tech Support
Tue Nov 08, 2011 1:12 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584038

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Thanks for the report. We confirmed it and are working on it. We plan to have a solution in a few days.
by Tech Support
Mon Nov 07, 2011 8:18 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584038

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Thanks a lot for reporting this issue. We already fixed the Javascript slow down issue (an issue with the Firefox debug api). The latest version 7.4.0. 7.is not yet on the Mozilla download site, but you can download it from http://wiki.imacros.net/iMacros_for_Firefox#Version_History Of course, if yo...
by Tech Support
Sun Oct 30, 2011 11:58 am
Forum: How-To's and Examples for Web Testing
Topic: Web Application Performance Monitoring & Testing w/ iMacros
Replies: 0
Views: 268287

Web Application Performance Monitoring & Testing w/ iMacros

This post introduces the new website performance profiling feature in iMacros 7.5 and later. The features is also available in iMacros for Firefox 7.4.0.6 and later and will soon be available on Chrome as well. There are a number of tools available to help you test and monitor the performance of you...
by Tech Support
Sun Oct 30, 2011 11:45 am
Forum: Data Extraction and Web Screen Scraping
Topic: Ryanair site
Replies: 6
Views: 6879

Re: Ryanair site

Tom is right, I was not aware that you are using Firefox. Sorry for the confusion. I tested in the iMacros Browser and all works fine there.
by Tech Support
Sun Oct 30, 2011 11:41 am
Forum: iMacros for Firefox
Topic: Loop issues?
Replies: 3
Views: 2492

Re: Loop issues?

Yes, but this logic requires the use of the Scripting Interface: http://wiki.imacros.net/Web_Scripting
by Tech Support
Sun Oct 30, 2011 11:39 am
Forum: iMacros for Firefox
Topic: how to perform copy file using imacros
Replies: 8
Views: 8593

Re: how to perform copy file using imacros

iMacros itself has no copy command, but please see this solution: http://wiki.imacros.net/Web_Testing#Q:_ ... iMacros.3F
by Tech Support
Sun Oct 30, 2011 11:34 am
Forum: Command Line and Scripting Interface
Topic: -kioskmode command line parameter from Visual Basic
Replies: 5
Views: 4697

Re: -kioskmode command line parameter from Visual Basic

Hi! Sorry about this regression bug. We made improvement in the iimInit error checkings, but one of them went a bit too far.

This is fixed in the latest 7.50 build. Please redownload iMacros and make sure you have build 7.50.1729
by Tech Support
Sun Oct 30, 2011 11:32 am
Forum: Command Line and Scripting Interface
Topic: Cannot initialize Firefox with scripting edition on VM
Replies: 6
Views: 6142

Re: Cannot initialize Firefox with scripting edition on VM

:arrow: Please make sure you are using iMacros for Firefox 7.4.x or later. Older versions are not compatible to the latest Firefox versions.
by Tech Support
Sun Oct 30, 2011 11:29 am
Forum: General Support & Discussions
Topic: skype or AIM?
Replies: 1
Views: 1870

Re: skype or AIM?

We try to help out as much as we can in the forum, but we also have regular tech support via email, skype and phone.

The iMacros Scripting Edition license includes *free Silver Level tech support*, so our support team is ready to help you with your project.
by Tech Support
Sun Oct 30, 2011 11:28 am
Forum: General Support & Discussions
Topic: Loop command until text appears
Replies: 3
Views: 3235

Re: Loop command until text appears

iMacros can wait for certain text or images to appear. Please see http://wiki.imacros.net/Web_Testing#Q:_ ... eb_page.3F for some ideas.
by Tech Support
Sun Oct 30, 2011 11:27 am
Forum: General Support & Discussions
Topic: Help me macro for Pop-up Window please
Replies: 2
Views: 2092

Re: Help me macro for Pop-up Window please

Hi, The URL is not complete, so I could not login to test it. But... based on your description I am sure that iMacros can automate this task 100%. As part of our free in-depth tech support for Scripting Edition/Enterprise Bundle users we can create a demo macro for you. Our software comes with a 90-...
by Tech Support
Sun Oct 30, 2011 11:23 am
Forum: General Support & Discussions
Topic: Get a HTM extracted data in a variable
Replies: 3
Views: 2850

Re: Get a HTM extracted data in a variable

Here are some ideas on how you can detect that the data is 100% loaded:

http://wiki.imacros.net/Web_Testing#Q:_ ... eb_page.3F