UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

9 lines (8 loc) 384 B
import { UIComponent } from "./ui-component"; import { Browser, By, WebElement } from "../selenium"; export declare class FileManager extends UIComponent { protected parentElement?: WebElement | By | string; static SELECTOR: string; constructor(browser: Browser, locator?: string, parentElement?: WebElement | By | string); getContentItems(): Promise<WebElement[]>; }