PHP Класс Nearsoft\SeleniumClient\WebDriverWait

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $seconds = 1 )
getSeconds ( )
until ( $seleniumObject, String $method, array $args ) : mixed Stop current flow until specified condition is completed

Описание методов

__construct() публичный метод

public __construct ( $seconds = 1 )

getSeconds() публичный метод

public getSeconds ( )

until() публичный метод

Stop current flow until specified condition is completed
public until ( $seleniumObject, String $method, array $args ) : mixed
$method String
$args array
Результат mixed