Does it support automated testing of 3D models in WebGL? #3378
Answered
by
mdmintz
luckyboy-wei
asked this question in
Q&A
-
Does it support automated testing of 3D models in WebGL? If not supported, is there any way to recommend it? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 31, 2024
Replies: 1 comment
-
Set Example: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_robot.py SeleniumBase/examples/raw_robot.py Line 3 in 11e81b0 Also see: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_3d_apis.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set
enable_3d_apis=True
to enable WebGL and 3D APIs.Example: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_robot.py
SeleniumBase/examples/raw_robot.py
Line 3 in 11e81b0
Also see: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_3d_apis.py