1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:07:34 +00:00

WebContent+WebDriver: Move the Navigate To command to WebContent

This commit is contained in:
Timothy Flynn 2022-11-08 12:58:24 -05:00 committed by Tim Flynn
parent 2d5381fd91
commit 31bb79295d
8 changed files with 69 additions and 37 deletions

View file

@ -51,7 +51,6 @@ public:
ErrorOr<void> stop();
JsonObject get_timeouts();
Web::WebDriver::Response set_timeouts(JsonValue const& payload);
Web::WebDriver::Response navigate_to(JsonValue const& url);
Web::WebDriver::Response get_current_url();
Web::WebDriver::Response back();
Web::WebDriver::Response forward();