546 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
135
views
Chrome 141 + Xvfb + Selenium: black screenshots after upgrade (worked on Chrome 132)
I’m using Python + Selenium + pyvirtualdisplay (Xvfb) to run Chrome and capture a series of screenshots via ffmpeg.
The series of screenshots is blank while only the last screenshot is proper. As the ...
0
votes
0
answers
64
views
How to Add PulseAudio Server to quay.io/browser/google-chrome-stable Docker Image for Audio Support with Screen Recording?
I’m trying to set up an environment for recording the screen of a Chrome browser running in a Docker container, and I need to enable audio support. I’m using the quay.io/browser/google-chrome-stable:...
0
votes
1
answer
135
views
Xvfb is already running on display [closed]
I ran into this annoying issue and found it very difficult to find documentation on how to solve it. In my context I was using xvfb to test Anthropic's computer use functionality.
Now that I've solved ...
1
vote
1
answer
65
views
Must use Virtual Framebuffer to run Eclipse 4.5 Headless Build on Ubuntu 24.01 LTS
I am working with the Tasking IDE a proprietary fork of Eclipse 4.5. I am trying to setup a CI pipeline.
I am using Eclipse from the shell to automate build of project. However, when I run the ...
0
votes
1
answer
316
views
ChromeDriver on Ubuntu/Linux Not working - Laravel Dusk not Working
After 5 hours of banging my head I can not figure this out. I have tried many things that fixed other peoples issues, when I run chromedriver-linux binary in /vendor/laravel/dusk/bin
I get:
/home/...
0
votes
0
answers
288
views
Can't use xvfb-run twice while building Docker image
I've been stuck with this problem for a few days already. No solutions found even after a lot of research.
Basically, I'm trying to build a docker image and need to install (among other things) Visual ...
0
votes
0
answers
101
views
how to use fiddler classic in docker within an xvfb
I have a crawler project using selenium and chrome. I need to crawl, take screenshot and record videos for the crawler using xvfb in docker.
My Goal is to
run docker
start the xvfb
open fiddler ...
1
vote
0
answers
81
views
cypress:xvfb malloc(): invalid next size (unsorted)
I am trying to run cypress tests on Jenkins (using chrome browser and in headless mode). Also, there is a requirement that we need to publish the video recording of each run to the cypress dashboard.
...
1
vote
1
answer
1k
views
[Running cypress on Jenkins]: Missing X server or $DISPLAY, The platform failed to initialize
So, let me first give the entire context out here:
-> We are having cypress UI end2end test suite that we want to run every night as part of our Jenkins nightly build. We are running the cypress ...
1
vote
1
answer
312
views
How can run rendering tests in gitlab cicd?
I am trying to run some tests using pytest in Gitlab CI/CD. Some of those tests include rendering using the Pyglet module.
I get an error:
pyglet.window.NoSuchConfigException: No standard config is ...
-1
votes
1
answer
534
views
How to deploy pyautogui app on server in headless mode selenium?
i use selenium with pyautogui for clicking on chrome toolbar extensions .
it work propely in local
but when add headless it didnt work i even use xvfb-run on server and another library in python for ...
0
votes
1
answer
932
views
Running xvfb-run when building Docker image?
I have quickly found out the reason why xvfb-run is failing in my scripts: Execute xvfb-run as docker custom command. However what if I need to run xvfb-run while building an image? (use case here: ...
0
votes
1
answer
2k
views
Error loading shared library libatk-bridge-2.0.so.0 in VS Code extension integration test on CentOS 7 with Jenkins and XVFB
I'm running integration tests for my VS Code extension on a CentOS 7 node using Jenkins and XVFB. During the test execution, I encountered the following error:
/home/mbesinga/workspaces/myvscode-...
0
votes
1
answer
418
views
Xvfb and pulse audio not sync
I'm excited to introduce my new JavaScript server-side library called XFP Streamer, designed to handle recording and streaming Puppeteer window content. However, I'm currently facing an issue with ...
1
vote
0
answers
952
views
Ubuntu 22.04 droplet: xvfb-run firefox -headless www.google.com produces error: RenderCompositorSWGL failed mapping default framebuffer, no dt
My goal is to scrape website using selenium/python via digitalocean droplet without using Desktop.
But before anything else I need to run Firefox in headless mode using XVFB successfully and I have ...