waitFor

fun waitFor(seconds: Double): WaitCommand

Creates a WaitCommand to wait for a specified number of seconds.

Return

A WaitCommand that waits for the specified number of seconds.

Parameters

seconds

The number of seconds to wait.