@progress/kendo-e2e
Version:
Kendo UI end-to-end test utilities.
12 lines (11 loc) • 361 B
TypeScript
export declare class BSSettings {
static get userName(): string;
static get accessKey(): string;
static get browserName(): string;
static get osVersion(): string;
static get deviceName(): string;
static get realMobile(): string;
static get local(): string;
static get buildName(): string;
static get buildNumber(): string;
}