Inconsistent text rendering in headless mode

This commit is contained in:
Vladyslav Baidak
2019-07-23 15:06:33 +03:00
committed by GitHub
parent 02f1231e7d
commit 6402125233

View File

@@ -35,6 +35,7 @@ func (p *chrome) args() []string {
return []string{
"--no-sandbox",
"--headless",
"--font-render-hinting=medium",
"--remote-debugging-port=9222",
"--disable-gpu",
"--disable-translate",