1.5.6 • Published 1 month ago
@wix/unidriver-jsdom-react
Licence
UNLICENSED
Version
1.5.6
Deps
3
Size
175 kB
Vulns
0
Weekly
0
@wix/unidriver-jsdom-react
jsdomReactUniDriver- Creates a driver for DOM elementjsdomReactUniDriverList- Creates a driver for list of DOM elementsisJsdomReactUniDriver- Type-guard check if driver is ofdomtype allowing use of specific methods for the driver, that are not available in common API.- narrows down
unwrap()andgetNative()*deprecated to returnHTMLElementinstead ofany
- narrows down
printDom- Used for debugging purposes. calls console.log with the element's outerHTML. example:await print(uni);