UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

9 lines (8 loc) 255 B
export declare class Settings { static get browserName(): string; static get browserWidth(): number; static get browserHeight(): number; static get headless(): boolean; static get baseUrl(): string; static get timeout(): number; }