-
Notifications
You must be signed in to change notification settings - Fork 933
Closed
Labels
Description
Pre:
WebDriverScriptCommand::GetUrl(reply) =>
webdriver_handlers::handle_get_url(&page, pipeline_id, reply),
WebDriverScriptCommand::GetTitle(reply) =>
webdriver_handlers::handle_get_title(&page, pipeline_id, reply),
Post:
WebDriverScriptCommand::GetUrl(reply) => webdriver_handlers::handle_get_url(&page,
pipeline_id,
reply),
WebDriverScriptCommand::GetTitle(reply) => webdriver_handlers::handle_get_title(&page,
pipeline_id,
reply),