wch / webshot

Take screenshots of web pages from R
http://wch.github.io/webshot/
227 stars 40 forks source link

Webshot for cBioportal produces white image #92

Open Skourtis opened 4 years ago

Skourtis commented 4 years ago

BRAC1_mutagenesis

PROBLEM: I'm trying to take a simple picture of https://www.cbioportal.org/ on webshot but it just produces a completely white png as shown above. It works for other websites. Is there something preventing webshot from accessing/ loading it in PhantomJS?

webshot("https://www.cbioportal.org", delay = 1,'cbioportal.png')

Is there a way to screenshot this website? Thank you