zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
190 stars 18 forks source link

Xpath support #37

Closed kbond closed 8 months ago

kbond commented 3 years ago
$this->wrapMinkExpectation(
     fn() => $this->webAssert()->elementExists('xpath', $xpathString)
);