Need to change VNC viewer password while running robot framework tests using selenium grid

74 views
Skip to first unread message

Hager Yousri

unread,
Jan 16, 2023, 6:57:03 AM1/16/23
to Selenium Users
Hello, 

I use Robot Framework and I integrate with selenium grid to run the tests and see live video for the run

I added this yaml file in my project
version: "3"
services:
HubService:
image: selenium/hub:latest
container_name: seleniumHub
ports:
- "4445:4444"

ChromeService:
image: selenium/node-chrome:latest
shm_size: "2gb"
ports:
- "5900"
- "7900"
environment:
- SE_EVENT_BUS_HOST=seleniumHub
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
#- SE_NODE_MAX_SESSIONS=3
depends_on:
- HubService

Then I start the docker 
docker compose -f seleniumGrid.yml up -d

Then I run the tests and open this url to watch the run live

When I open the session to see the run live it asks me about password which is by default "secret"

***I need to change this password so how can I do this please? ***
Reply all
Reply to author
Forward
0 new messages