Crate webdriver_server

Crate webdriver_server 

Source

Modulesยง

actions ๐Ÿ”’
capabilities ๐Ÿ”’
script_argument_extraction ๐Ÿ”’
session ๐Ÿ”’
timeout ๐Ÿ”’
user_prompt ๐Ÿ”’

Structsยง

CustomHandlersSetModeParameters ๐Ÿ”’
GetPrefsParameters ๐Ÿ”’
Handler ๐Ÿ”’
SendableJSValue ๐Ÿ”’
SetPrefsParameters ๐Ÿ”’
TupleVecMapVisitor ๐Ÿ”’
WebDriverPrefValue ๐Ÿ”’

Enumsยง

ImplicitWait ๐Ÿ”’
ServoExtensionCommand ๐Ÿ”’
ServoExtensionRoute ๐Ÿ”’
VerifyBrowsingContextIsOpen ๐Ÿ”’

Functionsยง

convert_keyboard_event_to_string ๐Ÿ”’
cookie_msg_to_cookie ๐Ÿ”’
extension_routes ๐Ÿ”’
map_to_vec ๐Ÿ”’
start_server
unwrap_first_element_response ๐Ÿ”’
wait_for_ipc_response ๐Ÿ”’
wait_for_ipc_response_flatten ๐Ÿ”’
This function is like wait_for_ipc_response, but works on a channel that returns a Result<T, ErrorStatus>, mapping all errors into WebDriverError.
wait_for_script_ipc_response_with_timeout ๐Ÿ”’