CrawlerSelectorExists
extends Constraint
in package
FinalYes
Table of Contents
Properties
- $selector : string
Methods
- __construct() : mixed
- toString() : string
- failureDescription() : string
- matches() : bool
Properties
$selector
private
string
$selector
Methods
__construct()
public
__construct(string $selector) : mixed
Parameters
- $selector : string
toString()
public
toString() : string
Return values
stringfailureDescription()
protected
failureDescription(Crawler $crawler) : string
Parameters
- $crawler : Crawler
Return values
stringmatches()
protected
matches(Crawler $crawler) : bool
Parameters
- $crawler : Crawler