Added 1 second delay before taking screenshot to let tiles load.
This commit is contained in:
parent
1ffeffb44c
commit
4573e421d5
@ -81,7 +81,7 @@
|
||||
(timeout 3000)
|
||||
(delete-node page "#adsense")
|
||||
(p/all [(.type (.-keyboard page) "l")
|
||||
(timeout 1000)])
|
||||
(timeout 2000)])
|
||||
(let [path (get options :output-path (str "screenshot-"
|
||||
(.toFixed (current-time-secs) 0)
|
||||
"-"
|
||||
|
Loading…
Reference in New Issue
Block a user