mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
The spec's text is pretty awkward here, but the way we've currently
transcribed it to C++ means we reject valid script timeouts. This meant
the following would fail:
TimeoutsConfiguration config {}; // Default values.
auto json = timeouts_object(config);
config = TRY(json_deserialize_as_a_timeouts_configuration(json));
|
||
|---|---|---|
| .. | ||
| Client.cpp | ||
| Client.h | ||
| ElementLocationStrategies.cpp | ||
| ElementLocationStrategies.h | ||
| Error.cpp | ||
| Error.h | ||
| ExecuteScript.cpp | ||
| ExecuteScript.h | ||
| Response.cpp | ||
| Response.h | ||
| Screenshot.cpp | ||
| Screenshot.h | ||
| TimeoutsConfiguration.cpp | ||
| TimeoutsConfiguration.h | ||