Skip to content

Commit 7491764

Browse files
committed
Update a notice for Chrome --headless=new and xvfb enable
Fixes: #2436 Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 42a7ecd commit 7491764

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ workflows:
6767
name: "K8s test - Autoscaling Deployments - HTTPS"
6868
platforms: linux/arm64
6969
machine-type: ubuntu2204arm64large
70-
k8s-version: 'v1.31.1'
70+
k8s-version: 'v1.31.2'
7171
test-strategy: deployment_https
7272
cluster: 'minikube'
7373
helm-version: 'v3.16.1'

.github/workflows/helm-chart-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
docker-version: '26.1.4'
7777
test-upgrade: true
7878
service-mesh: false
79-
- k8s-version: 'v1.31.1'
79+
- k8s-version: 'v1.31.2'
8080
test-strategy: deployment_https
8181
cluster: 'minikube'
8282
helm-version: 'v3.16.1'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SBOM_OUTPUT := $(or $(SBOM_OUTPUT),$(SBOM_OUTPUT),package_versions.txt)
2929
KEDA_TAG_PREV_VERSION := $(or $(KEDA_TAG_PREV_VERSION),$(KEDA_TAG_PREV_VERSION),2.15.1-selenium-grid)
3030
KEDA_TAG_VERSION := $(or $(KEDA_TAG_VERSION),$(KEDA_TAG_VERSION),2.15.1-selenium-grid)
3131
KEDA_BASED_NAME := $(or $(KEDA_BASED_NAME),$(KEDA_BASED_NAME),ndviet)
32-
KEDA_BASED_TAG := $(or $(KEDA_BASED_TAG),$(KEDA_BASED_TAG),2.15.1-selenium-grid-20241007)
32+
KEDA_BASED_TAG := $(or $(KEDA_BASED_TAG),$(KEDA_BASED_TAG),2.15.1-selenium-grid-20241017)
3333

3434
all: hub \
3535
distributor \

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,8 @@ captured in the same video.
11831183

11841184
### Running in Headless mode
11851185

1186-
[Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode),
1187-
[Chrome](https://developers.google.com/web/updates/2017/04/headless-chrome),
1186+
[Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode),
1187+
[Chrome](https://developer.chrome.com/docs/chromium/headless),
11881188
When using headless mode, there's no need for the [Xvfb](https://en.wikipedia.org/wiki/Xvfb) server to be started.
11891189

11901190
To avoid starting the server you can set the `SE_START_XVFB` environment variable to `false`
@@ -1197,6 +1197,9 @@ $ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub -e SE_EVENT_BUS_PUB
11971197

11981198
For more information, see this GitHub [issue](https://github.com/SeleniumHQ/docker-selenium/issues/567).
11991199

1200+
Noted:
1201+
- In new Chrome/Chromium versions (v127+), `SE_START_XVFB` is required to be set to `true` to run in `--headless=new` mode.
1202+
12001203
### Stopping the Node/Standalone after N sessions have been executed
12011204

12021205
In some environments, like Docker Swarm or Kubernetes, it is useful to shut down the Node or Standalone

0 commit comments

Comments
 (0)