mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement WebDriver Refresh command
This commit is contained in:
parent
9eade19897
commit
f28219b8cb
3 changed files with 56 additions and 22 deletions
|
@ -337,6 +337,7 @@ impl MozBrowserEvent {
|
|||
pub enum WebDriverCommandMsg {
|
||||
LoadUrl(PipelineId, LoadData, IpcSender<LoadStatus>),
|
||||
GetUrl(PipelineId, IpcSender<Url>),
|
||||
Refresh(PipelineId, IpcSender<LoadStatus>),
|
||||
ScriptCommand(PipelineId, WebDriverScriptCommand),
|
||||
TakeScreenshot(PipelineId, IpcSender<Option<Image>>)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue