1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 14:57:35 +00:00
serenity/Userland/Libraries/LibWeb/WebDriver
Aliaksandr Kalenik 857ceb215c LibWeb/WebDriver: Support resolve with callback in execute_async_script
Before execute_async_script supported returning value from script to
/execute/async caller only if script returns promise that resolves into
returned value. This change fixes execute_async_script to also support
returning value to caller using callback that is always passed to
script as a last argument.
2023-05-30 18:55:47 +02:00
..
Capabilities.cpp AK: Add new failable JsonArray::{append/set} functions 2023-04-24 09:21:51 +02:00
Capabilities.h
Client.cpp
Client.h
Contexts.cpp
Contexts.h
ElementLocationStrategies.cpp
ElementLocationStrategies.h
Error.cpp
Error.h
ExecuteScript.cpp LibWeb/WebDriver: Support resolve with callback in execute_async_script 2023-05-30 18:55:47 +02:00
ExecuteScript.h
Response.cpp
Response.h
Screenshot.cpp
Screenshot.h
TimeoutsConfiguration.cpp
TimeoutsConfiguration.h