Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nearsoft
SeleniumClient
WebDriverWait
PHP Class Nearsoft\SeleniumClient\WebDriverWait
Show file
Open project: nearsoft/php-selenium-client
Class Usage Examples
Public Methods
Method
Description
__construct
(
$seconds
= 1 )
getSeconds
( )
until
(
$seleniumObject
,
String
$method
,
array
$args
) :
mixed
Stop current flow until specified condition is completed
Method Details
__construct()
public
method
public
__construct
(
$seconds
= 1 )
getSeconds()
public
method
public
getSeconds
( )
until()
public
method
Stop current flow until specified condition is completed
public
until
(
$seleniumObject
,
String
$method
,
array
$args
) :
mixed
$method
String
$args
array
return
mixed