Version 3.18.1
Show:

Test.Wait Class

Defined in: test/js/Wait.js:2
Module: test

Represents a stoppage in test execution to wait for an amount of time before continuing.

Item Index

Properties

Properties

delay

Int

Defined in test/js/Wait.js:22

The delay before running the segment of code.

segment

Function

Defined in test/js/Wait.js:15

The segment of code to run when the wait is over.