PHP 클래스 Nearsoft\SeleniumClient\Http\HttpClient

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_traceAll

공개 메소드들

메소드 설명
execute ( Command $command, $trace = false ) : string
getTraceAll ( )
setTraceAll ( $value )

메소드 상세

execute() 공개 메소드

public execute ( Command $command, $trace = false ) : string
$command Nearsoft\SeleniumClient\Commands\Command
리턴 string The response body

getTraceAll() 공개 메소드

public getTraceAll ( )

setTraceAll() 공개 메소드

public setTraceAll ( $value )

프로퍼티 상세

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

protected $_traceAll