Utility commands

List of commands

Command Description
I.wait Wait for a given amount of time

I.wait

Wait for a given amount of time

Usage

I.wait(seconds)

Parameters

Parameter Type Remarks
seconds number Number of seconds to wait for

Example(s)

I.wait(3);

Waits for 3 seconds.