Skip to content

Disabling the GPU causes --enable-3d-apis to not work #2449

Closed
@mdmintz

Description

@mdmintz

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:

Metadata

Metadata

Assignees

Labels

bugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions