mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 22:05:07 +00:00
16 lines
457 B
Text
16 lines
457 B
Text
#include <AK/URL.h>
|
|
#include <AK/Vector.h>
|
|
#include <LibGfx/Point.h>
|
|
#include <LibGfx/Rect.h>
|
|
#include <LibGfx/ShareableBitmap.h>
|
|
#include <LibGfx/Size.h>
|
|
#include <LibWeb/Cookie/Cookie.h>
|
|
#include <LibWeb/Cookie/ParsedCookie.h>
|
|
#include <LibWeb/WebDriver/ExecuteScript.h>
|
|
|
|
// FIXME: This isn't used here, but the generated IPC fails to compile without this include.
|
|
#include <LibWeb/WebDriver/Response.h>
|
|
|
|
endpoint WebDriverSessionClient {
|
|
quit() =|
|
|
}
|