UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

11 lines (10 loc) 403 B
type TemplateFn = (markup: string, data: any) => string; type SnapshotOptions = { template: 'empty' | 'html5' | 'visual-test' | TemplateFn; preserveAttributes?: boolean; preserveCommentNodes?: boolean; beautifyOptions?: any; data?: any; }; export declare function snapshotMarkup(driver: any, selector: string, outputPath: string, options: SnapshotOptions): Promise<void>; export {};