selenoid icon indicating copy to clipboard operation
selenoid copied to clipboard

Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.

Results 207 selenoid issues
Sort by recently updated
recently updated
newest added

Selenoid version: 1.10.7 Broken since selenoid version: 1.10.7 Run selenoid with options `-disable-queue -limit 5` Current behaviour: ``` If queue is full selenoid returns an unknown error with status code...

improvement

Hi I created an opera session and was expecting the response in following format: {value: {sessionId: string, capabilities: Capabilities}} But this is what I got: {sessionId: 'xxxxxxxxxxxxx', status: 0, value:...

This adds support for `user`, `cmd` and `entrypoint` attributes, which can be set in the `browsers.json` config, and overridable using capabilities. If not set, the behavior remains unchanged: it's still...

Hi @vania-pooh. I use Selenoid and I try to download a file in tests. I've configured my tests according to the link https://github.com/aerokube/selenoid/blob/master/docs/file-download.adoc. When I download directly like this `driver.navigate().to("http://example.com/myfile.odt");`...

Starting from 4.06a Selenium supports CDP proxy and allows connecting websocket to `ws://hub:port/session/${sessionId}/se/cdp`. It would be great to have the same interface for Selenoid in addition/instead of existed `ws://selenoid.example.com:4444/devtools//`. The...

new-feature

my code (async () => { const browser = await remote({ path: "/wd/hub", "capabilities": { browserName: "chrome", browserVersion: "102.0", "selenoid:options": { args:[ '--disable-web-security','--no-sendbox','--privileged','--user-data-dir=/home/selenium/cache',"--profile-directory=Profile 1" ], enableVNC: true, enableVideo: false, name:...

Hello Team, I'm just wondering would it be possible to have the undetected-chromedriver official docker image added, please? https://hub.docker.com/r/ultrafunk/undetected-chromedriver

How were it if there was an additional endpoint returning stripped down version of browsers.json and the value of ```limit``` flag? This might be useful for cluster maintenance, to quickly...

improvement

**ERROR http: panic serving 127.0.0.1:55358: runtime error: index out of range [0] with length 0** **Env**: Windows 10 selenoid_windows_amd64.exe 1.10.3 docker desktop 3.3.2 selenoid-ui_windows_amd64.exe 1.10.3 **Step to reproduce**: 1. Create...

bug