你可以使用 screenshot 方法来截图并将其指定文件名存储,所有截图都将存放在 tests/Browser/screenshots 目录下:
screenshot
tests/Browser/screenshots
$browser->screenshot('filename');
关闭