# @wix/unidriver-jsdom-react

> JSDOM React UniDriver

Latest version **1.5.6** (published 2026-08-06) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install @wix/unidriver-jsdom-react
pnpm add @wix/unidriver-jsdom-react
yarn add @wix/unidriver-jsdom-react
bun add @wix/unidriver-jsdom-react
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.5.6 |
| Published | 2026-08-06 |
| First published | 2022-10-17 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 175.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Iaroslav Shvets |
| Maintainers | wix-ci, wixnpm, wix-ambassador, wix-ci-publisher, wix-bi-publisher, usability-sessions, bryanp-wix, ethanp, omrili, wix-org-headless, falconci, roir-wix |

## Links

- npm: https://www.npmjs.com/package/@wix/unidriver-jsdom-react
- Homepage: https://github.com/wix-private/unidriver/tree/master/packages/unidriver-jsdom-react
- npm.io page: https://npm.io/package/@wix/unidriver-jsdom-react

## Dependencies (3)

- [@wix/unidriver-core](https://npm.io/package/@wix/unidriver-core.md) ^1.5.6
- [@testing-library/dom](https://npm.io/package/@testing-library/dom.md) ^10.4.1
- [@wix/unidriver-common](https://npm.io/package/@wix/unidriver-common.md) ^1.5.6

## Recent versions

- 1.5.6 (latest) — 2026-08-06
- 1.5.5 — 2026-05-15
- 1.5.3 — 2026-05-06
- 1.5.2 — 2026-05-04
- 1.5.1 — 2026-02-02
- 1.5.0 — 2026-01-22
- 1.4.9 — 2025-12-12
- 1.4.8 — 2025-11-24
- 1.4.7 — 2025-10-07
- 1.4.6 — 2025-10-01
- 1.4.5 — 2025-09-26
- 1.4.4 — 2025-09-05
- 1.4.3 — 2025-09-05
- 1.4.2 — 2025-08-22
- 1.4.1 — 2025-08-12
- … 32 more at https://npm.io/package/@wix/unidriver-jsdom-react/versions

## README

#### @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);`

---
_Source: https://npm.io/package/@wix/unidriver-jsdom-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
