You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two different pytest command-line options that you can use for changing WebGL rendering:
--enable-3d-apis# (Enables WebGL and 3D APIs.)--swiftshader# (Chrome "--use-gl=angle" / "--use-angle=swiftshader-webgl")
If using the Driver(), DriverContext() or SB() managers, then you can set a method arg to activate those. Here are those args with the default settings: (Set one or both to True to activate.)
enable_3d_apis=None, # Enable WebGL and 3D APIs.swiftshader=None, # Chrome: --use-gl=angle / --use-angle=swiftshader-webgl
how can i change vendor and renderer of webgl
i tried so much to do that but i failed
can you help me?
The text was updated successfully, but these errors were encountered: