@wix/unidriver-jsdom-react
v1.4.8
Published
JSDOM React UniDriver
Maintainers
Keywords
Readme
@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);
