servo/components/webdriver_server
Euclid Ye f81ae1f57f
webdriver chore: check browsing context existence before handling user prompt when required (#38142)
Thanks to Trong with #38035, we can finally handle user prompt. This PR
is mainly dirty work:
1. Add browsing context check before handling user prompt when required,
according to spec.
2. Reduce IPC by removing redundant context existence check.
3. Add many missing docs.

Testing: New passing cases and turn some ERROR into FAIL.

---------

Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
2025-07-17 17:07:05 +00:00
..
actions.rs webdriver: Reduce IPC for viewport boundary check (#38113) 2025-07-16 10:06:49 +00:00
capabilities.rs Establish baseline webdriver conformance results (#35024) 2025-05-01 21:13:27 +00:00
Cargo.toml Removing unused dependencies in crates. (#37096) 2025-05-23 12:58:00 +00:00
lib.rs webdriver chore: check browsing context existence before handling user prompt when required (#38142) 2025-07-17 17:07:05 +00:00
user_prompt.rs webdriver: Add handle any user prompts step for all commands (#38035) 2025-07-17 09:47:47 +00:00