selenoid
selenoid copied to clipboard
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
I added the environment variable and the argument and the mountpoint to the selenoid docker container. From within my python test code I'm invoking on the `options` object: ``` options.set_capability('enableVideo',...
@vania-pooh I am trying to run my test on selenoid version 1.10.12 with firefox version 116 I am getting below error. Caused by: net.thucydides.core.webdriver.DriverConfigurationError: Could not instantiate new WebDriver instance...
Hello, I'm unable to start a simple selenium test with my new MacBook Pro with M3 Pro chip. Same configuration/tests are running perfectly fine on the previous MacBook Pro with...
Hi, I'm having trouble with downloading files - they don't get downloaded in the browser container /home/selenium/Downloads My code: ```ruby options.add_preference(:download, directory_upgrade: true, prompt_for_download: false, default_directory: '/home/selenium/Downloads') options.add_preference(:browser, set_download_behavior: {...
Hi! I am trying to run webdriverIO tests on gitlab using selenoid. My setup looks like this: - In wdio.conf file I have like this: exports.config = { hostname: 'selenoid',...
Hi! I'm trying to launch selenoid with selenoid-ui on arm arch (AWS). I built selenoid and selenoid-ui binaries manually, also selenoid Docker image. Selenoid was build with command ``` CGO_ENABLED=0...
Hello guys, is it possible to upload multiple files at once? Right now I'm getting `selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: File not found : /workspace/resources/file.jpg` I'm using this method on plain...
I don’t know if it was originally meant that there would be such an opportunity, since there was nothing of the kind in the documentation, but I had a task...
Selenoid has an endpoint for getting downloaded files `http://localhost:4444/download/8c73726789bccd33d9fec040263030a7/?json` BUT it returns only names of files: ```json ["some-file.txt"] ``` But when downloading files in tests, it's important to **wait** until...
It would be nice if selenoid wait for cpu and memory before creating a docker container, it would prevent the crash of tests. we can for example add a threshold...