Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 491 Bytes

utility.md

File metadata and controls

36 lines (25 loc) · 491 Bytes
search
keywords
utility
wait

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.