Error message :Passthrough is not supported, GL is swiftshader
Solution:
The error message Passthrough is not supported, GL is swiftshader
may be the error message displayed after Chromedriver version 89.
When using chromedriver, you generally need to specify --headless
and --disable-gpu
parameters, and the browser window may not be displayed. If you do not use these two options, no error message will appear.
You can also use the --disable-software-rasterizer
parameter to disable it WebGL
, and no error message will be displayed in the mode that does not display the window.
Error message :Passthrough is not supported, GL is disabled)
Solution : If the above method cannot -enable-webgl --no-sandbox --disable-dev-shm-usage
be solved , you can also try to solve it with parameters.