Closed
Description
Disabling the GPU causes --enable-3d-apis
to not work
The fix for this is simple: If using --enable-3d-apis
/ enable_3d_apis=True
, then don't disable the GPU, which was being set in places to prevent other issues from happening. The GPU was being disabled by the Chromium option: --disable-gpu
, which is needed under several circumstances. However, once the SeleniumBase option --enable-3d-apis
is fixed, SeleniumBase will prioritize the 3D stuff over the GPU stuff when using that option.
Related SeleniumBase issues: