mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
add todo
This commit is contained in:
parent
9cd286add8
commit
c4d9833707
2
wrp.go
2
wrp.go
@ -266,7 +266,7 @@ func (rq *wrpReq) capture() {
|
||||
}
|
||||
chromedp.Run(
|
||||
ctx, emulation.SetDeviceMetricsOverride(int64(float64(rq.width)/rq.zoom), height, rq.zoom, false),
|
||||
chromedp.Sleep(time.Second*2),
|
||||
chromedp.Sleep(time.Second*2), // TODO(tenox): totally lame, find a better way to determine if page is rendered
|
||||
)
|
||||
// Capture screenshot...
|
||||
err = chromedp.Run(ctx, chromedpCaptureScreenshot(&pngcap, rq.height))
|
||||
|
Loading…
Reference in New Issue
Block a user