1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 15:55:06 +00:00
serenity/Userland/Applications/Browser/WebDriverSessionClient.ipc
2022-10-15 15:43:42 +01:00

10 lines
174 B
Text

#include <AK/URL.h>
endpoint WebDriverSessionClient {
quit() =|
get_url() => (URL url)
set_url(URL url) =|
get_title() => (String title)
refresh() =|
}