Packages

A webdriver bidi client written in Gleam, for Gleam.

Current section

Files

Jump to
butterbee include butterbee@webdriver_WebDriver.hrl
Raw

include/butterbee@webdriver_WebDriver.hrl

-record(web_driver, {
socket :: gleam@option:option(butterbee@internal@socket:web_driver_socket()),
context :: gleam@option:option(butterbidi@browsing_context@types@browsing_context:browsing_context()),
config :: gleam@option:option(butterbee@config:butterbee_config()),
state :: {ok, any()} | {error, butterbee@internal@error:butterbee_error()}
}).