Files
crawler/node_modules/puppeteer-extra-plugin-stealth/evasions/webgl.vendor
2026-06-26 14:30:45 +02:00
..
2026-06-26 14:30:45 +02:00
2026-06-26 14:30:45 +02:00
2026-06-26 14:30:45 +02:00
2026-06-26 14:30:45 +02:00

API

Table of Contents

class: Plugin

  • opts Object? Options (optional, default {})
    • opts.vendor string? The vendor string to use (default: Intel Inc.)
    • opts.renderer string? The renderer string (default: Intel Iris OpenGL Engine)

Extends: PuppeteerExtraPlugin

Fix WebGL Vendor/Renderer being set to Google in headless mode

Example data (Apple Retina MBP 13): {vendor: "Intel Inc.", renderer: "Intel(R) Iris(TM) Graphics 6100"}