mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Initial actions support in WebDriver
This commit is contained in:
parent
79b456d84e
commit
75efb09147
6 changed files with 291 additions and 6 deletions
|
@ -798,6 +798,8 @@ pub enum WebDriverCommandMsg {
|
|||
ScriptCommand(BrowsingContextId, WebDriverScriptCommand),
|
||||
/// Act as if keys were pressed in the browsing context with the given ID.
|
||||
SendKeys(BrowsingContextId, Vec<WebDriverInputEvent>),
|
||||
/// Act as if keys were pressed or release in the browsing context with the given ID.
|
||||
KeyboardAction(BrowsingContextId, KeyboardEvent),
|
||||
/// Set the window size.
|
||||
SetWindowSize(
|
||||
TopLevelBrowsingContextId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue