Packages

A webdriver bidi client written in Gleam, for Gleam.

Current section

Files

Jump to
butterbee include butterbee@config@browser_BrowserConfig.hrl
Raw

include/butterbee@config@browser_BrowserConfig.hrl

-record(browser_config, {
start_url :: binary(),
cmd :: binary(),
extra_flags :: list(binary()),
host :: binary()
}).