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

Remote transport for connecting to a Playwright server via WebSocket.

**Note:** This transport is not functional due to WSL2 Hyper-V firewall blocking
WebSocket connections. Use `mode: :windows` instead for WSL-to-Windows browser automation.

The `:windows` mode runs Playwright directly on Windows via PowerShell stdin/stdout,
completely bypassing network issues.

---

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