skip to Main Content

PHP chrome-php / headless-chromium-php error

I have been using the chrome-php & headless-chromium libraries for few months without any issues but now I get this error. Does anyone know why this would start happening? Thanks. Fatal error: Uncaught WrenchExceptionHandshakeException: No accept header receieved on handshake…

VIEW QUESTION

Why does Puppeeteer cause my test suite to hang for 30 seconds when I use "waitForSelector" even though I'm calling "close" on the page and browser? – Ubuntu

I have a Node.js Mocha test suite (I've created a minimal reproduction based on the real world application I was trying to create an automated test for). package.json: { "name": "puppeteer-mocha-hang-repro", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test":…

VIEW QUESTION

How to enable WebGL in Headless Chrome >= 96 within selenium-docker project to run Chrome inside a docker container without XVFB

I'm using selenium-docker project to run chrome inside a docker container, without XVFB (START_XVFB=false). I want to use webgl support. With chrome v95 and lower (https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.1.0-prerelease-20211105), webgl is enabled (checking with https://get.webgl.org/). However, when using chrome v96 or later it…

VIEW QUESTION
Back To Top
Search