-
The whole premise behind `selenodium` is to re-implement the hub side of the Selenium Grid in Node.js, and then attach Selenium nodes to it using the official java standalone server which comes in JAR…
-
```
package SeleniumGrid;
import java.net.MalformedURLException;
import org.openqa.selenium.remote.DesiredCapabilities;
import java.net.URL;
import org.openqa.selenium.remote.RemoteWebDriver;
imp…
-
Use Selenium hub to make 2 browsers available
Mod Cucumber test script (or command line param) to run tests for each
bengm updated
7 years ago
-
I followed the instruction from the main page of selenium-wire, both `webdriver.Chrome` and `webdriver.Firefox` works fine with proxy declaration on `seleniumwire_options` at my local machine with:
…
-
**Describe the bug:**
`dockers/screenshotter/screenshotter.sh` (and `.js`) supports a `-b` option. It seems to stop the screenshot for other browsers from working, but doesn't actually stop the attem…
-
Hi,
I am unable to enable the servlet in Selenium Grid 3.11, Window 10
WARN [ExtraServletUtil.createServlet] - The specified class : com.groupon.seleniumgridextras.grid.servlets.ProxyStatusJsonS…
-
Bonjour,
Après la fin de TestProject, j'ai décidé de porter mon dévolu sur Cerberus.
Après avoir mis à jour le docker-compose pour qu'il puisse fonctionner sur mon poste, j'ai tenté de réaliser quel…
-
We use [Karma](https://karma-runner.github.io) and [BrowserStack](https://browserstack.com) to test FingerprintJS [v3](https://github.com/fingerprintjs/fingerprintjs/tree/v3) in many browsers. Fingerp…
-
### What happened?
Hello,
on our setup (a hub with 15 nodes), under high load, we see that the hub tries to create sessions that are already timed out.
I can reproduce this with a rather small…
-
## Summary
**NEEDS INVESTIGATION**
Based on comment here: https://github.com/concourse/concourse/issues/7571#issuecomment-945865144
## Steps to reproduce
Unclear, need guidance
## Expecte…