playwright-pom-materials
Version:
Playwright POM materials
8 lines • 522 B
TypeScript
export { hasDisabledAttr, hasCheckedAttr, hasClassFunc, isChecked, } from './locator_attr';
export { getFrame, debugSelector } from './locator_utils';
export { LocatorPredicate, reverseLocatorPredicate } from './LocatorPredicate';
export { pwRetryForMaterial, pwRetry, pwRetryUi, pwRetryAttempts, } from './pwRetry';
export { RetryOptions, RetryAttemptOptions } from './retry_aliases';
export { sleepFunc } from './sleepFunc';
export { isFrame, isPage, isLocator } from './type_guards';
//# sourceMappingURL=index.d.ts.map