The matches()
method checks if the element matches the given CSS selector.
Description
public ElementNode::matches(string $selector): bool
Parameters
selector
The CSS selector to check against the element.
Return Value
Returns true
if the element matches the selector, otherwise returns false
.
Exceptions
None