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

10 lines 284 B
export * from './By'; export * from './ByCss'; export * from './ByCssContainingText'; export * from './ByDeepCss'; export * from './ById'; export * from './ByRole'; export * from './ByTagName'; export * from './ByXPath'; export * from './Selector'; //# sourceMappingURL=index.d.ts.map