1.5.6 • Published 1 month ago
@wix/unidriver-puppeteer
Licence
UNLICENSED
Version
1.5.6
Deps
3
Size
229 kB
Vulns
0
Weekly
0
@wix/unidriver-puppeteer
puppeteerUniDriver- Creates a driver for DOM elementpuppeteerUniDriverList- Creates a driver for list of DOM elementsisPuppeteerUniDriver- Type-guard check if driver is ofpuppeteertype allowing use of specific methods for the driver, e.g., that are not available in common API as not all environments use real DOM.- narrows down
unwrap()to returnElementHandleinstead ofany - narrows down
getNative()*deprecated to returnPuppeteerGetNativeResultinstead ofany
- narrows down
PuppeteerGetNativeResult- *type that is result ofgetNative()*deprecated method
{
element: ElementHandle;
selector: string;
page?: PageOrFrame;
}