Skip to content

Conversation

@mansoorkhan96
Copy link
Contributor

This PR adds the ability to double click on elements by exposing the Page class method to WebPage.

Example:

$page = visit('/');

    $page->doubleClick('#button');
    $page->assertSeeIn('#result', 'Double Clicked');

@mansoorkhan96 mansoorkhan96 marked this pull request as ready for review September 9, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant