UNPKG

@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

9 lines (8 loc) 223 B
export * from './By'; export * from './ByCss'; export * from './ByCssContainingText'; export * from './ByDeepCss'; export * from './ById'; export * from './ByTagName'; export * from './ByXPath'; export * from './Selector';