PHP 클래스 Nearsoft\SeleniumClient\WebDriverWait

파일 보기 프로젝트 열기: nearsoft/php-selenium-client 1 사용 예제들

공개 메소드들

메소드 설명
__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