Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Nearsoft
SeleniumClient
Commands
Command
PHP 클래스 Nearsoft\SeleniumClient\Commands\Command
파일 보기
프로젝트 열기: nearsoft/php-selenium-client
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
$driver
,
$name
,
$params
= null,
$urlParams
= null )
execute
(
$trace
= false )
getHttpMethod
( )
getParams
( )
getPolling
( )
getResponse
( )
getUrl
( )
setPolling
(
$value
)
비공개 메소드들
메소드
설명
setHttpMethod
( )
setUrl
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$driver
,
$name
,
$params
= null,
$urlParams
= null )
execute()
공개
메소드
public
execute
(
$trace
= false )
getHttpMethod()
공개
메소드
public
getHttpMethod
( )
getParams()
공개
메소드
public
getParams
( )
getPolling()
공개
메소드
public
getPolling
( )
getResponse()
공개
메소드
public
getResponse
( )
getUrl()
공개
메소드
public
getUrl
( )
setPolling()
공개
메소드
public
setPolling
(
$value
)