schickling/chromeless

Google Fonts is not loaded

Open

#166 geöffnet am 3. Aug. 2017

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (606 Forks)batch import
APIProxyhelp wantedquestion

Repository-Metriken

Stars
 (13.240 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi, I have tested the chromeless with a page, and the fonts is not loading...

The screenshot is fine, but the fonts loaded for example with webfont loader, is not working...

This is the example:

const chromeless = new Chromeless({ remote: true, viewport: {width: 800, height: 1600} })

const screenshot = await chromeless
  .goto('https://www.genial.ly/View/Index/5901d777ba1ab76840eafbcc')
  .wait(5000)
  .screenshot()

console.log(screenshot)

await chromeless.end()

And this is the link, and you can check that the font is loaded in Chrome.

Any ideas? Thanks.

Contributor Guide