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
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | minor | `58.4.0` -> `58.7.2` | --- ### Release Notes...
### Feature and motivation Currently, the docker image `selenium/standalone-firefox` is based on ubuntu 22. I understand that you might want to stick to LTS, but there is also a new...
### **User description** ### Description Uprage from Ubuntu 22 LTS to Ubuntu 24 LTS See #2251 ### Motivation and Context Newer bas OS somes with security patches and newer software,...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jaeger](https://jaegertracing.io) ([source](https://togithub.com/jaegertracing/helm-charts)) | patch | `3.0.6` -> `3.0.9` | --- ### Release Notes...
### What happened? i have provided below values in values.yaml and applied helm template chromeNode: port: 6666 # Update `SE_NODE_PORT` to 6666 nodePort: 30666 # Specify a NodePort to expose...
### What happened? We installed the Selenium-Grid with auto-scaling on Kubernetes v1.29. The environment is as follows: Kubernetes version: 1.29 ContainerD version: 1.6.31 CNI plugin: Calico Helm: 3.14.4 The browser...
### What happened? run selenium/standalone-chrome:4.20.0-20240505 then open a chrome page .The page is crashed.  ### Command used to start Selenium Grid with Docker (or Kubernetes) ```shell docker run -d...
### Feature and motivation The README.md file in the section "Using a bash script to wait for the Grid" suggests the following command to run wait-for-grid.sh: `$ ./wait-for-grid.sh mvn clean...
### Feature and motivation Please provide a way to specify custom annotations (maybe labels too) in .spec.template.metadata for the patch-scaledobjects-finalizers job introduced in #2222. ### Usage example We have to...
### Feature and motivation We have disabled autoscaling on our Selenium Grid: ``` autoscaling: enabled: false ``` But when we update the grid, Keda is still patched, because https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml#L1 does...