Current section
Files
Jump to
Current section
Files
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()}
}).