Support taking screenshots when a webdriver server is active.

This commit is contained in:
Josh Matthews 2016-10-18 19:51:32 -04:00
parent 0af9be9429
commit e19268c04e
3 changed files with 7 additions and 2 deletions

View file

@ -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 {