Showing posts with label RANDOM NUMBER. Show all posts
Showing posts with label RANDOM NUMBER. Show all posts

HOW TO RANDOM NUMBER FOR COMMAND WAIT SECOND iMACRO

Hello everyone. Today I will present how to random number for command WAIT SECOND in iMacro.

WAIT SECOND is command of iMacro is a very important statement. This command has a delay function. Number of seconds we can define as needed, minimum is 0.

Every time to use jQuery in .iim file, I like to use this command between line of jQuery and other line iMacro. Because jQuery works, it takes a while to complete the command.

And so, Sometime we need to random number of seconds and this I will present how to random number. For random number I will use this command.
1. EVAL command of iMacro.
2. Math.random() command of JavaScript we will use in file type .iim.
3. Math.floor() command of JavaScript we will use in file type .iim.

OK. Let's go to coding.
***All detail in this page you need to see the video to understand.

SCROLL DOWN THE WEBSITE WITH iMACRO.

hello, Today I will present How to scroll down web site by iMacro. If you use iMacro for your jobs and you have a problem iMacro don't ...