mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Support taking screenshots when a webdriver server is active.
This commit is contained in:
parent
0af9be9429
commit
e19268c04e
3 changed files with 7 additions and 2 deletions
|
@ -772,7 +772,7 @@ impl Handler {
|
|||
let mut img = None;
|
||||
let pipeline_id = try!(self.root_pipeline());
|
||||
|
||||
let interval = 20;
|
||||
let interval = 1000;
|
||||
let iterations = 30_000 / interval;
|
||||
|
||||
for _ in 0..iterations {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue