mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:35:08 +00:00
12 lines
205 B
Text
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() =|
|
|
}
|