-
I am running tests locally and in Gitlab CI, in firefox everything is good, in Chrome, the 3D image is not displayed, if I manually open Chrome browser on my machine, using the same URL, the 3D images are loaded and displayed. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Try “headless2” mode or “xvfb” mode. The default setting on Linux is regular “headless” mode, which might be slightly different, although faster than headed mode. |
Beta Was this translation helpful? Give feedback.
-
@mdmintz, no, when running tests using seleniumbase in Chrome the 3D graphics are absent, not displayed. When running tests using Selenium without seleniumbase, the 3D image is displayed. Neither --headless2 nor --xvfb are working. Would you have any other suggestion? Could it be possible that some version of Google Chrome is not compatible with the current version of seleniumbase? |
Beta Was this translation helpful? Give feedback.
-
@mdmintz, I tried this too, does not work. On MacBookAir 14.2, the above works on firefox, but not on chrome, as said, in headed or headless, --headless2 state with or without --enable-3d-apis. |
Beta Was this translation helpful? Give feedback.
-
Does not work. I changed to running in Gitlab using firefox/geckodriver and now get HTTP method not allowed. |
Beta Was this translation helpful? Give feedback.
Try “headless2” mode or “xvfb” mode. The default setting on Linux is regular “headless” mode, which might be slightly different, although faster than headed mode.