UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

13 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppBar = void 0; const ui_component_1 = require("./ui-component"); const const_1 = require("./const"); class AppBar extends ui_component_1.UIComponent { constructor(browser, locator = const_1.SELECTORS.APPBAR, rootElement) { super(browser, locator, rootElement); } } exports.AppBar = AppBar; AppBar.SELECTOR = const_1.SELECTORS.APPBAR; //# sourceMappingURL=appbar.js.map