mirror of
https://github.com/servo/servo.git
synced 2025-07-25 00:00:20 +01:00
Implement TakeElementScreenshot WebDriver command
This commit is contained in:
parent
a084997afe
commit
d3696baf27
12 changed files with 134 additions and 28 deletions
|
@ -74,6 +74,7 @@ pub enum WebDriverScriptCommand {
|
|||
GetElementRect(String, IpcSender<Result<Rect<f64>, ErrorStatus>>),
|
||||
GetElementTagName(String, IpcSender<Result<String, ErrorStatus>>),
|
||||
GetElementText(String, IpcSender<Result<String, ErrorStatus>>),
|
||||
GetBoundingClientRect(String, IpcSender<Result<Rect<f32>, ErrorStatus>>),
|
||||
GetBrowsingContextId(
|
||||
WebDriverFrameId,
|
||||
IpcSender<Result<BrowsingContextId, ErrorStatus>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue