PHP 클래스 Codeception\Module\WPWebDriver

상속: extends Codeception\Module\WebDriver, use trait WPBrowserMethods
파일 보기 프로젝트 열기: lucatume/wp-browser

보호된 프로퍼티들

프로퍼티 타입 설명
$adminPath string The admin absolute URL.
$loginUrl string The login screen absolute URL
$pluginsPath string The plugin screen absolute URL
$requiredFields array The module required fields, to be set in the suite .yml configuration file.

공개 메소드들

메소드 설명
_initialize ( ) : void Initializes the module setting the properties values.
grabCookiesWithPattern ( string $cookiePattern ) : array | null Returns all the cookies whose name matches a regex pattern.
grabFullUrl ( ) Grabs the current page full URL including the query vars.
waitForJqueryAjax ( integer $time = 10 ) Waits for any jQuery triggered AJAX request to be resolved.

보호된 메소드들

메소드 설명
configBackCompat ( )
validateConfig ( )

메소드 상세

_initialize() 공개 메소드

Initializes the module setting the properties values.
public _initialize ( ) : void
리턴 void

configBackCompat() 보호된 메소드

protected configBackCompat ( )

grabCookiesWithPattern() 공개 메소드

Returns all the cookies whose name matches a regex pattern.
public grabCookiesWithPattern ( string $cookiePattern ) : array | null
$cookiePattern string
리턴 array | null

grabFullUrl() 공개 메소드

Grabs the current page full URL including the query vars.
public grabFullUrl ( )

validateConfig() 보호된 메소드

protected validateConfig ( )

waitForJqueryAjax() 공개 메소드

Waits for any jQuery triggered AJAX request to be resolved.
public waitForJqueryAjax ( integer $time = 10 )
$time integer

프로퍼티 상세

$adminPath 보호되어 있는 프로퍼티

The admin absolute URL.
protected string $adminPath
리턴 string

$loginUrl 보호되어 있는 프로퍼티

The login screen absolute URL
protected string $loginUrl
리턴 string

$pluginsPath 보호되어 있는 프로퍼티

The plugin screen absolute URL
protected string $pluginsPath
리턴 string

$requiredFields 보호되어 있는 프로퍼티

The module required fields, to be set in the suite .yml configuration file.
protected array $requiredFields
리턴 array