# `Playwriter.Transport.WindowsCmd`
[🔗](https://github.com/nshkrdotcom/playwriter/blob/v0.1.0/lib/playwriter/transport/windows_cmd.ex#L1)

Windows command transport - executes Playwright via PowerShell/cmd.exe.

This transport avoids WSL2 networking issues by running Node.js Playwright
directly on Windows via PowerShell, communicating through stdin/stdout.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
