docker-selenium
docker-selenium copied to clipboard
Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
### What happened? I've just gotten round to enabling tracing/telemetry with Jaeger in my Docker Grid. I set it up for the Hub and all the Nodes. If I look...
### What happened? Getting oom in eventbus container  ### Command used to start Selenium Grid with Docker (or Kubernetes) ```shell helm ``` ### Relevant log output ```shell {"class": "EventBusCommand","log-level":...
### What happened? can't access 4444 via host ### Command used to start Selenium Grid with Docker (or Kubernetes) ```shell docker run -d -p 4444:4444 -p 5900:5900 -p 7900:7900 --shm-size...
### Feature and motivation For example, an on-prem setup with an FTP server for all video recordings across Nodes uploads to it. From the storage of the FTP server, start...
### Feature and motivation Following few articles > S6-overlay is a container-focused process manager that offers end-to-end management of the container's lifecycle, from initialization to graceful shutdown. Its innovative design...
### Feature and motivation For better utilization of underlying infrastructure , We need the feature to choose schedular name to be used. charts/selenium-grid/templates/chrome-node-scaledjobs.yaml ### Usage example helm upgrade --install selenium-grid...
### What happened? I have a docker selenium grid with a Hub, and four each of Chrome, Edge, Firefox nodes, and then a separate video container for all of these...
### What happened? The gpu graphics device cannot be recognized๏ผ  ### Command used to start Selenium Grid with Docker (or Kubernetes) ```shell docker run -d --gpus all -e SE_VNC_NO_PASSWORD=true...
### What happened? I'm using KEDA with drain session = 1. After session execution node stuck and won't deprovision. In the same time I see these message in grid: ```...
### What happened?  ### Command used to start Selenium Grid with Docker (or Kubernetes) ```shell docker ``` ### Relevant log output ```shell n/a ``` ### Operating System zabbix ###...