WebContent+WebDriver: Move the Get Current URL command to WebContent

This commit is contained in:
Timothy Flynn 2022-11-08 13:06:22 -05:00 committed by Tim Flynn
commit 3ba6b5a7cb
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00
6 changed files with 21 additions and 18 deletions

View file

@ -3,4 +3,5 @@
endpoint WebDriverClient {
set_is_webdriver_active(bool active) =|
navigate_to(JsonValue payload) => (Web::WebDriver::Response response)
get_current_url() => (Web::WebDriver::Response response)
}