mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
WebContent+WebDriver: Send the parsed capabilities over to WebContent
This commit is contained in:
parent
e0c7b5747d
commit
adc7977ec7
4 changed files with 84 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
|||
#include <LibWeb/WebDriver/Capabilities.h>
|
||||
#include <LibWeb/WebDriver/Response.h>
|
||||
|
||||
endpoint WebDriverClient {
|
||||
close_session() => ()
|
||||
set_page_load_strategy(Web::WebDriver::PageLoadStrategy page_load_strategy) =|
|
||||
set_unhandled_prompt_behavior(Web::WebDriver::UnhandledPromptBehavior unhandled_prompt_behavior) =|
|
||||
set_strict_file_interactability(bool strict_file_interactability) =|
|
||||
set_is_webdriver_active(bool active) =|
|
||||
get_timeouts() => (Web::WebDriver::Response response)
|
||||
set_timeouts(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue