ladybird/Userland/Libraries/LibWeb/WebDriver
Linus Groh b572a91a6f LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
This cannot be done on the Browser or WebDriver ends, or via the
existing run_javascript() IPC endpoint, as we cannot transfer JS objects
through the IPC boundary (yet), only serialized JSON, so the individual
WebDriver steps around script execution need to run in the WebContent
process.
2022-11-02 23:46:30 +00:00
..
ExecuteScript.cpp LibWeb+WebContent: Add WebDriver infrastructure for executing scripts 2022-11-02 23:46:30 +00:00
ExecuteScript.h LibWeb+WebContent: Add WebDriver infrastructure for executing scripts 2022-11-02 23:46:30 +00:00