@syncfusion/ej2-dropdowns
Version:
Essential JS 2 DropDown Components
18 lines (17 loc) • 555 B
TypeScript
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class ComboBoxHelper extends TestHelper {
id: string;
wrapperFn: Function;
constructor(id: string, wrapperFn: Function);
selector(arg: any): any;
getInputElement(): any;
getPopupElement(): any;
getValueElement(): any;
getListItemElement(): any;
getListGroupingElemnt(): any;
getWrapperElement(): any;
getClearIconElement(): any;
getInputGroupIconElement(): any;
getSpinnerElement(): any;
getSpinnerInnerElement(): any;
}