Skip to content

Commit

Permalink
Fixing grid version to 4.10 selenium4.yml (#1217)
Browse files Browse the repository at this point in the history
* Fixing grid version to 4.10 selenium4.yml

Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>

* Fixing grid version to 4.10 selenium4.yml

* Revert "Fixing grid version to 4.10 selenium4.yml"

This reverts commit f44ea46.

---------

Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
Co-authored-by: Mahmoud El-Sharkawy <mahmoud.elsharkawy1994@gmail.com>
  • Loading branch information
MohabMohie and MahmoudElSharkawy authored Aug 4, 2023
1 parent 967752f commit 1780fb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/docker-compose/selenium4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: "3"
services:
chrome:
image: selenium/node-chrome:latest
image: selenium/node-chrome:4.10
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -16,7 +16,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

edge:
image: selenium/node-edge:latest
image: selenium/node-edge:4.10
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -26,7 +26,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:latest
image: selenium/node-firefox:4.10
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -36,9 +36,9 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-hub:
image: selenium/hub:latest
image: selenium/hub:4.10
container_name: selenium-hub
ports:
- "4442:4442"
- "4443:4443"
- "4444:4444"
- "4444:4444"

0 comments on commit 1780fb3

Please sign in to comment.