servo/components/webdriver_server
Kenzie Raditya Tirtarahardja a475175949
Webdriver: Send Keys use webview::notify_input_event (#37911)
Previously, we SendKeys will be forwarded to constellation by the
embedder. Now we use webview.notify_input_event, which will send
WebDriverCommandMsg::ForwardInputEvent for the KeyboardEvent and
CompositionEvent.

Fixes: part of https://github.com/servo/servo/issues/37370

---------

Signed-off-by: PotatoCP <kenzieradityatirtarahardja18@gmail.com>
2025-07-10 12:37:01 +00:00
..
actions.rs WebDriver Chore: use enum instead of compile time constant for browsing_context_script_command (#37940) 2025-07-08 17:47:23 +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: Send Keys use webview::notify_input_event (#37911) 2025-07-10 12:37:01 +00:00
user_prompt.rs webdriver: Implement support for simple dialogs (#37913) 2025-07-10 03:15:46 +00:00