Skip to content

Conversation

@kbond
Copy link
Member

@kbond kbond commented Aug 18, 2021

$this->browser()
    ->visit('/page1')
    ->use(function(Crawler $crawler) {
        $this->assertSame('h1 title', $crawler->filter('h1')->text());
    })
;

@kbond kbond added the enhancement New feature or request label Aug 18, 2021
@kbond kbond merged commit 12c6d5c into zenstruck:1.x Aug 18, 2021
@kbond kbond deleted the use-crawler branch August 18, 2021 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

1 participant