Files
ladybird/Userland/Applications/Browser/WebDriverSessionClient.ipc
2022-10-15 21:01:59 +02:00

13 lines
205 B
Plaintext

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