@progress/kendo-e2e
Version:
Kendo UI end-to-end test utilities.
10 lines (9 loc) • 325 B
TypeScript
export { By, Key, until, WebElement, IRectangle } from 'selenium-webdriver';
export * from './a11y';
export * from './components';
export * from './rendering';
export * from './selenium';
export * from './settings';
export * from './snapshot-markup';
export * from './snapshot-image/snapshot-image';
export * from './utils';