Skip to content
4 changes: 4 additions & 0 deletions ts-defs-src/test-api/action-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ interface TakeScreenshotOptions {
* Specifies that TestCafe should take full-page screenshots.
*/
fullPage?: boolean;
/**
* Specifies the pathPattern where the screenshots are saved.
*/
pathPattern?: string;
}

interface TakeElementScreenshotOptions extends ActionOptions {
Expand Down