1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:35:08 +00:00
serenity/Userland/Applications/Browser/WebDriverSessionClient.ipc

12 lines
205 B
Text

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