API Docs for: 3.5.0
Show:

Test.Wait Class

Defined in: test/js/Wait.js:2
Module: widget-parent

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

Constructor

Test.Wait

(
  • segment
  • delay
)

Defined in test/js/Wait.js:2

Parameters:

  • segment Function

    A function to run when the wait is over.

  • delay Int

    The number of milliseconds to wait before running the code.

Item Index

Properties

Properties

delay

Int

Defined in test/js/Wait.js:21

The delay before running the segment of code.

segment

Function

Defined in test/js/Wait.js:14

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