* Make a screenshot of an element matching the locator. * @see {@link https://vitest.dev/api/browser/locators#screenshot}
(options: Omit<LocatorScreenshotOptions, 'base64'> & { base64: true })
| 654 | * @see {@link https://vitest.dev/api/browser/locators#screenshot} |
| 655 | */ |
| 656 | screenshot(options: Omit<LocatorScreenshotOptions, 'base64'> & { base64: true }): Promise<{ |
| 657 | path: string |
| 658 | base64: string |
| 659 | }> |
no outgoing calls
no test coverage detected