mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add support for the Get URL WebDriver command.
This commit is contained in:
parent
2f4bdc6ad6
commit
9eade19897
3 changed files with 21 additions and 0 deletions
|
@ -336,6 +336,7 @@ impl MozBrowserEvent {
|
|||
#[derive(Deserialize, Serialize)]
|
||||
pub enum WebDriverCommandMsg {
|
||||
LoadUrl(PipelineId, LoadData, IpcSender<LoadStatus>),
|
||||
GetUrl(PipelineId, IpcSender<Url>),
|
||||
ScriptCommand(PipelineId, WebDriverScriptCommand),
|
||||
TakeScreenshot(PipelineId, IpcSender<Option<Image>>)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue