playwright-fluent
Version:
Fluent API around playwright
10 lines (9 loc) • 501 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./browser-actions"), exports);
(0, tslib_1.__exportStar)(require("./dom-actions"), exports);
(0, tslib_1.__exportStar)(require("./handle-actions"), exports);
(0, tslib_1.__exportStar)(require("./keyboard-actions"), exports);
(0, tslib_1.__exportStar)(require("./page-actions"), exports);
(0, tslib_1.__exportStar)(require("./selector-actions"), exports);
;