@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 • 387 B
TypeScript
import { TinyType } from 'tiny-types';
/**
* Describes a selector you use to identify a [`PageElement`](https://serenity-js.org/api/web/class/PageElement/) or a group of [`PageElement`](https://serenity-js.org/api/web/class/PageElements/).
*
* @group Models
*/
export declare abstract class Selector extends TinyType {
toString(): string;
}
//# sourceMappingURL=Selector.d.ts.map