UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

266 lines (265 loc) 5.86 kB
import { By } from "selenium-webdriver"; export declare const STATES: { ACTIVE: string; DISABLED: string; EMPTY: string; EXPANDED: string; FOCUSED: string; INVALID: string; SELECTED: string; HOVERED: string; }; export declare const SELECTORS: { ACTIONSHEET: string; ACTIONSHEET_CONTAINER: string; ANIMATION_CONTAINER: string; AIPROMPT: string; APPBAR: string; AUTOCOMPLETE: string; AVATAR: string; BADGE: string; BARCODE: string; BOTTOM_NAVIGATION: string; BREADCRUMB: string; BUTTON: string; BUTTON_GROUP: string; CALENDAR: string; CALENDAR_TITLE: string; CALENDAR_TODAY: string; CALENDAR_NAV_NEXT: string; CALENDAR_NAV_PREV: string; CARD: string; CARD_BUTTON: string; CARD_BODY: string; CHART: string; CHAT: string; CHECKBOX: string; CHIP: string; CHIP_ICON: string; CHIP_LIST: string; CHUNK_PROGRESSBAR: string; COMBOBOX: string; COLORGRADIENT: string; COLORPALETTE: string; COLORPICKER: string; CONTEXT_MENU: string; COLUMN_MENU: string; COLUMN_MENU_ITEM: string; DATEINPUT: string; DATEPICKER: string; DATERANGEPICKER: string; DATETIMEPICKER: string; DIALOG: string; DRAWER: string; DROPDOWN_BUTTON: string; DROPDOWN_LIST: string; DROPDOWN_TREE: string; EDITOR: string; EMPTY: string; ERROR: string; FILTER: string; FLATCOLORPICKER: string; FLOATING_ACTION_BUTTON: string; FLOATING_LABEL: string; FLOATING_LABEL_CONTAINER: string; GANTT: string; GAUGE: string; GRID: string; GRID_COLUMN_MENU: string; GRID_LAYOUT: string; INPUT: string; LABEL: string; LIST: string; LISTBOX: string; LISTVIEW: string; LOADER: string; LOADING_MASK: string; MAP: string; MASKEDTEXTBOX: string; MENU: string; MENU_BUTTON: string; MESSAGE_LIST: string; MULTISELECT: string; NOTIFICATION: string; NUMERICTEXTBOX: string; ORGCHART: string; PAGER: string; PAGER_INFO: string; PAGER_SIZES: string; PAGER_INPUT: string; PAGER_ITEMS_PER_PAGE: string; PAGER_NUMBERS: string; PAGER_FIRST_PAGE_BUTTON: string; PAGER_LAST_PAGE_BUTTON: string; PAGER_PREVIOUS_PAGE_BUTTON: string; PAGER_NEXT_PAGE_BUTTON: string; PANELBAR: string; PDFVIEWER: string; PIVOTGRID: string; POPOVER: string; POPUP: string; PROGRESSBAR: string; QRCODE: string; RADIO: string; RADIOGROUP: string; RATING: string; RIPPLE: string; SCHEDULER: string; SCROLLVIEW: string; SIGNATURE: string; SKELETON: string; SLIDER: string; SPLIT_BUTTON: string; SPLITTER: string; SPREADSHEET: string; STACK_LAYOUT: string; STEPPER: string; SWITCH: string; TABSTRIP: string; TASKBOARD: string; TEXTAREA: string; TEXTBOX: string; TILELAYOUT: string; TIMELINE: string; TIMELINE_CARD: string; TIMELINE_DATE: string; TIMELINE_EVENT: string; TIMELINE_FLAG: string; TIMEPICKER: string; TOOLBAR: string; TOOLTIP: string; TREEVIEW: string; TREEVIEW_ITEM: string; TREELIST: string; UPLOAD: string; WINDOW: string; }; export declare const LOCATORS: { ACTIONSHEET: By; ANIMATION_CONTAINER: By; APP: By; APPBAR: By; AIPROMPT: By; AVATAR: By; ARROW_BUTTON: By; BADGE: By; BARCODE: By; BOTTOM_NAVIGATION: By; BREADCRUMB: By; BUTTON: By; BUTTON_GROUP: By; CARD: By; CARD_BODY: By; CARD_BUTTON: By; CHART: By; CALENDAR: By; CALENDAR_TITLE: By; CALENDAR_TODAY: By; CALENDAR_NAV_NEXT: By; CALENDAR_NAV_PREV: By; CHAT: By; CHECKBOX: By; CHAT_SEND_BUTTON: By; CHAT_SELECTED_MESSAGE: By; CHAT_QUICK_REPLY: By; CHIP: By; CHIP_ICON: By; CHIP_LIST: By; CHUNK_PROGRESSBAR: By; COLORGRADIENT: By; COLORPALETTE: By; COLORPICKER: By; COMBOBOX: By; COMBOBOX_BUTTON: By; COMBOBOX_INPUT: By; CONTEXT_MENU: By; COLUMN_MENU: By; COLUMN_MENU_ITEM: By; DATEINPUT: By; DATERANGEPICKER: By; DATETIMEPICKER: By; DATEPICKER: By; DIALOG: By; DRAWER: By; DROPDOWN_ARROW: By; DROPDOWN_BUTTON: By; DROPDOWN_LIST: By; DROPDOWN_TREE: By; EDITOR: By; EMPTY: By; ERROR: By; EVENTS: By; FILTER: By; FLATCOLORPICKER: By; FLOATING_ACTION_BUTTON: By; FLOATING_LABEL: By; GANTT: By; GAUGE: By; GRID: By; GRID_LAYOUT: By; INPUT: By; LABEL: By; LIST: By; LISTBOX: By; LISTVIEW: By; LOADER: By; LOADING_MASK: By; MAP: By; MASKEDTEXTBOX: By; MENU: By; MENU_BUTTON: By; MULTISELECT: By; NOTIFICATION: By; NUMERICTEXTBOX: By; ORGCHART: By; PAGER: By; PAGER_INFO: By; PAGER_SIZES: By; PAGER_INPUT: By; PAGER_ITEMS_PER_PAGE: By; PAGER_NUMBERS: By; PAGER_FIRST_PAGE_BUTTON: By; PAGER_LAST_PAGE_BUTTON: By; PAGER_PREVIOUS_PAGE_BUTTON: By; PAGER_NEXT_PAGE_BUTTON: By; PANELBAR: By; PDFVIEWER: By; PIVOTGRID: By; POPOVER: By; POPUP: By; PROGRESSBAR: By; QRCODE: By; RADIO: By; RADIOGROUP: By; RATING: By; RIPPLE: By; SCHEDULER: By; SCROLLVIEW: By; SIGNATURE: By; SKELETON: By; SLIDER: By; SPLIT_BUTTON: By; SPLITTER: By; SPREADSHEET: By; STACK_LAYOUT: By; STEPPER: By; SWITCH: By; TABSTRIP: By; TASKBOARD: By; TEXTAREA: By; TEXTBOX: By; TILELAYOUT: By; TIMELINE: By; TIMELINE_EVENT: By; TIMELINE_CARD: By; TIMELINE_FLAG: By; TIMELINE_DATE: By; TIMEPICKER: By; TOOLBAR: By; TOOLTIP: By; TREEVIEW: By; TREEVIEW_ITEM: By; TREELIST: By; UPLOAD: By; WINDOW: By; };