npm.io
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 element
  • jsdomReactUniDriverList - Creates a driver for list of DOM elements
  • isJsdomReactUniDriver - Type-guard check if driver is of dom type allowing use of specific methods for the driver, that are not available in common API.
    • narrows down unwrap() and getNative()*deprecated to return HTMLElement instead of any
  • printDom - Used for debugging purposes. calls console.log with the element's outerHTML. example: await print(uni);