mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-06 07:46:55 +00:00
13 lines
205 B
Plaintext
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() =|
|
|
}
|