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