Selenium + Geckodriver + Headless.. WebGL?

bobbyfilet69

Regular Member
Joined
Jun 8, 2017
Messages
258
Reaction score
32
I'd like to run in headless, but the one spoof I can't get working is WebGL in headless mode. I'm using geckodriver. In non-headless, I have fingerprints completely unique every browser instance including WebGL, but in headless, I get a geckodriver log error about how WebGL doesn't work in headless mode.

Any ideas?
 
how about puppiteer ? this is headless chromium from official google.
 
Yeah I recommend Puppeteer too, Selenium got a headache as of late.
 
WebGL is for rendering you don't need it (WebGL 2)

On firefox: flag webgl.disabled true

Or is it to be authentic to fingerprinting technologies that rely on webgl?
 
Nice I was just thinking the same about selenium. Not the best support over there.
 
Back
Top