@serenity-js/web
Version:
Serenity/JS Screenplay Pattern library offering a flexible, web driver-agnostic approach for interacting with web-based user interfaces and components, suitable for various testing contexts
15 lines (14 loc) • 401 B
text/typescript
export * from './Clear';
export * from './Click';
export * from './DoubleClick';
export * from './Enter';
export * from './ExecuteScript';
export * from './Hover';
export * from './Navigate';
export * from './PageElementInteraction';
export * from './Press';
export * from './RightClick';
export * from './Scroll';
export * from './Select';
export * from './Switch';
export * from './TakeScreenshot';