HumHub Documentation (unofficial)

WebDriverWait
in package

A utility class, designed to help the user to wait until a condition turns true.

Tags
see

WebDriverExpectedCondition.

Table of Contents

Properties

$driver  : WebDriver
$interval  : int
$timeout  : int

Methods

__construct()  : mixed
until()  : mixed
Calls the function provided with the driver as an argument until the return value is not falsey.

Properties

Methods

__construct()

public __construct(WebDriver $driver[, mixed $timeout_in_second = null ][, mixed $interval_in_millisecond = null ]) : mixed
Parameters
$driver : WebDriver
$timeout_in_second : mixed = null
$interval_in_millisecond : mixed = null

        
On this page

Search results