UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

10 lines (9 loc) 299 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; static get chromeArguments(): string[]; }