PHP Class Blackfire\Player\Step

Author: Fabien Potencier ([email protected])
Inheritance: use trait Blackfire\Player\Extension\BlackfireStepTrait
Show file Open project: blackfireio/player Class Usage Examples

Public Methods

Method Description
__clone ( )
__construct ( $root = true )
add ( Scenario $scenario )
auth ( $username, $password = '' )
click ( $selector )
delay ( $delay )
expect ( $expression )
extract ( $name, $expression )
follow ( )
getDelay ( )
getEndpoint ( )
getExpectations ( )
getExtractions ( )
getFormSelector ( )
getFormValues ( )
getHeaders ( )
getIndex ( )
getLast ( )
getLinkSelector ( )
getMethod ( )
getName ( )
getNext ( )
getOptions ( )
getTitle ( )
getUri ( )
header ( $key, $value = '' )
isFollow ( )
isJson ( )
json ( )
reload ( )
setOptions ( StepOptions $options )
submit ( $selector, array $values = [] )
title ( $title )
visit ( $uri, $method = 'GET', $values = [] )

Method Details

__clone() public method

public __clone ( )

__construct() public method

public __construct ( $root = true )

add() public method

public add ( Scenario $scenario )
$scenario Scenario

auth() public method

public auth ( $username, $password = '' )

click() public method

public click ( $selector )

delay() public method

public delay ( $delay )

expect() public method

public expect ( $expression )

extract() public method

public extract ( $name, $expression )

follow() public method

public follow ( )

getDelay() public method

public getDelay ( )

getEndpoint() public method

public getEndpoint ( )

getExpectations() public method

public getExpectations ( )

getExtractions() public method

public getExtractions ( )

getFormSelector() public method

public getFormSelector ( )

getFormValues() public method

public getFormValues ( )

getHeaders() public method

public getHeaders ( )

getIndex() public method

public getIndex ( )

getLast() public method

public getLast ( )

getLinkSelector() public method

public getLinkSelector ( )

getMethod() public method

public getMethod ( )

getName() public method

public getName ( )

getNext() public method

public getNext ( )

getOptions() public method

public getOptions ( )

getTitle() public method

public getTitle ( )

getUri() public method

public getUri ( )

header() public method

public header ( $key, $value = '' )

isFollow() public method

public isFollow ( )

isJson() public method

public isJson ( )

json() public method

public json ( )

reload() public method

public reload ( )

setOptions() public method

public setOptions ( StepOptions $options )
$options StepOptions

submit() public method

public submit ( $selector, array $values = [] )
$values array

title() public method

public title ( $title )

visit() public method

public visit ( $uri, $method = 'GET', $values = [] )