diff --git a/browser-testing.md b/browser-testing.md index 7a72a47..1b09a0e 100644 --- a/browser-testing.md +++ b/browser-testing.md @@ -917,12 +917,6 @@ The `click` method clicks the link with the given text: $page->click('Login'); ``` -You may also pass options: - -```php -$page->click('#button', options: ['clickCount' => 2]); -``` - ### text