mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Support WebDriver takeScreenshot command.
This adds support for compositing to a PNG without actually quiting the browser.
This commit is contained in:
parent
59cb1b0396
commit
5311d9ab59
13 changed files with 186 additions and 65 deletions
|
@ -19,7 +19,10 @@ path = "../webdriver_traits"
|
|||
[dependencies.webdriver]
|
||||
git = "https://github.com/jgraham/webdriver-rust.git"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
[dependencies]
|
||||
rustc-serialize = "0.3.4"
|
||||
url = "0.2.16"
|
||||
uuid = "*"
|
||||
uuid = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue