browser icon indicating copy to clipboard operation
browser copied to clipboard

feat: `click()` with method (`KernelBrowser`)

Open kbond opened this issue 1 year ago • 0 comments

$this->browser()
    ->visit('/some-page')
    ->click('some link', 'DELETE') // add method option
;

kbond avatar Apr 12 '23 21:04 kbond