diprajpatra / selenium-stealth

Trying to make python selenium more stealthy.
MIT License
607 stars 88 forks source link

Changing WebGL Vendor/Renderer doesn't work on AWS Lambda Server #24

Open lukehamil55 opened 2 years ago

lukehamil55 commented 2 years ago

I have been toying around with AWS Lambda and found that without implementing the selenium_stealth package, the WebGL Vendor/Renderer appear blank as shown below: Image When I use this package in AWS Lambda, everything else works just fine except that WebGL Vendor/Renderer still appear blank. Can there be an exception clause added to this package where the WebGl Vendor/Renderer still update even if blank? Feel free to ask any additional questions.

lukehamil55 commented 2 years ago

For more information, see the attached link: stackoverflow question