LiveLoad.Browser.Connection.Playwright (LiveLoad v0.0.1-rc.56)

Copy Markdown View Source

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

Summary

Types

Options passed in to the connection for Playwright.

Types

connection_option()

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

Options passed in to the connection for Playwright.

Options

  • :command_timeout (timeout/0): A timeout for commands sent to the Playwright instance.