mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
WebContent+WebDriver: Move the Navigate To command to WebContent
This commit is contained in:
parent
2d5381fd91
commit
31bb79295d
8 changed files with 69 additions and 37 deletions
|
@ -3,6 +3,9 @@
|
|||
#include <LibGfx/ShareableBitmap.h>
|
||||
#include <LibWeb/Cookie/ParsedCookie.h>
|
||||
|
||||
// FIXME: This isn't used here, but the generated IPC fails to compile without this include.
|
||||
#include <LibWeb/WebDriver/Response.h>
|
||||
|
||||
endpoint WebContentClient
|
||||
{
|
||||
did_start_loading(URL url) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue