# `LiveLoad.Browser.Connection.Playwright`
[🔗](https://github.com/probably-not/live-load/blob/v0.1.1/lib/live_load/browser/connection/playwright.ex#L1)

An implementation of `LiveLoad.Browser.Connection` that uses the `PlaywrightEx` library to run and communicate with a Playwright instance.

# `connection_option`

```elixir
@type connection_option() :: {:command_timeout, timeout()}
```

Options passed in to the connection for Playwright.

## Options
- `:command_timeout` (`t:timeout/0`): A timeout for commands sent to the Playwright instance.

