selenoid
selenoid copied to clipboard
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
Unable to upload a file called 'PDF_ùâàæ.pdf'. 03:17:33 org.openqa.selenium.WebDriverException: unknown error: unable to unzip 'file' 03:17:33 from unknown error: archive error: (unknown error: could not unzip archive), entry error: (unknown...
Currently Selenoid is able to upload recorded video and log files to S3 storage. Supposing this functionality were made configurable to enable user to upload artifact to *any* storage, not...
Hello Can you add PRESET and CRF flags for passing to ffmpeg in the video-recorder image? For implementing Lossless H.264 like: ffmpeg -i input -c:v libx264 -preset ultrafast -crf 0...
We need to be able to specify [checkpoint](https://github.com/checkpoint-restore/criu) name and start browser container from this checkpoint. Something like this: ``` "46.0": { "image": "selenoid/firefox:46.0", "port": "4444", "checkpoint": "my-checkpoint" }, ```
Steps to reproduce: 1. Start selenoid on Windows with `-limit 1 -disable-docker` parameters 2. Run two tests that use MicrosoftEdge browser in parallel Actual result: Second test will fail with...
Hi, I'm using the latest selenoid, however recently I'm getting: ``` 2024/05/15 10:10:53 [-] [NEW_REQUEST] [unknown] [192.168.100.68] 2024/05/15 10:10:53 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.100.68] 2024/05/15 10:10:53 [7] [LOCATING_SERVICE] [chrome] [] 2024/05/15...
Hi Team, Opening this topic as you might be able to help or clarify what is wrong with our run and whether this is a problem with Selenoid or maybe...
FAQ VNC consumption CPU on Redhat/Centos
Hello, I am using selenoid and behave framework to run some selenium automated test andi I face some issues with session videos and session logs. First things first, I run...
Hi, I am running a python script on the host and I would like to pass the output from that script into the logs shown in selenoid-ui, how can I...