@labnex/cli
Version:
CLI for Labnex, an AI-Powered Testing Automation Platform
15 lines • 535 B
TypeScript
export * from './handleClick';
export * from './handleType';
export * from './handleNavigate';
export * from './handleWait';
export * from './handleSelect';
export * from './handleDragAndDrop';
export * from './handleAssertion';
export * from './handleUpload';
export * from './handleScroll';
export * from './handleHover';
export * from './handleSwitchToIframe';
export * from './handleSwitchToMainContent';
export { handleDragAndDropV2 } from './handleDragAndDropV2';
export * from './handleSkip';
//# sourceMappingURL=index.d.ts.map