docker-selenium icon indicating copy to clipboard operation
docker-selenium copied to clipboard

[🐛 Bug]: selenium/standalone-chrome:4.20.0-20240505 Open Page Crash

Open ZhaoGuan opened this issue 9 months ago • 2 comments

What happened?

run selenium/standalone-chrome:4.20.0-20240505 then open a chrome page .The page is crashed. image

Command used to start Selenium Grid with Docker (or Kubernetes)

docker run -d -p 4444:4444 -p 7900:7900 -p 5900:5900 --shm-size="2g" selenium/standalone-chrome:latest

Relevant log output

2024-05-14 10:38:43 2024-05-14 02:38:43,788 INFO Included extra file "/etc/supervisor/conf.d/chrome-cleanup.conf" during parsing
2024-05-14 10:38:43 2024-05-14 02:38:43,788 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
2024-05-14 10:38:43 2024-05-14 02:38:43,792 INFO RPC interface 'supervisor' initialized
2024-05-14 10:38:43 2024-05-14 02:38:43,792 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2024-05-14 10:38:43 2024-05-14 02:38:43,793 INFO supervisord started with pid 8
2024-05-14 10:38:44 2024-05-14 02:38:44,799 INFO spawned: 'xvfb' with pid 9
2024-05-14 10:38:44 2024-05-14 02:38:44,805 INFO spawned: 'vnc' with pid 10
2024-05-14 10:38:44 2024-05-14 02:38:44,810 INFO spawned: 'novnc' with pid 11
2024-05-14 10:38:44 2024-05-14 02:38:44,816 INFO spawned: 'selenium-standalone' with pid 14
2024-05-14 10:38:44 2024-05-14 02:38:44,822 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2024-05-14 10:38:44 2024-05-14 02:38:44,823 INFO success: vnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2024-05-14 10:38:44 2024-05-14 02:38:44,823 INFO success: novnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2024-05-14 10:38:44 2024-05-14 02:38:44,823 INFO success: selenium-standalone entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2024-05-14 10:38:45 Appending Selenium options: --heartbeat-period 30
2024-05-14 10:38:45 Appending Selenium options: --reject-unsupported-caps false
2024-05-14 10:38:45 Setting up SE_NODE_GRID_URL...
2024-05-14 10:38:45 Selenium Grid Standalone configuration: 
2024-05-14 10:38:45 [network]
2024-05-14 10:38:45 relax-checks = true
2024-05-14 10:38:45 
2024-05-14 10:38:45 [node]
2024-05-14 10:38:45 session-timeout = "300"
2024-05-14 10:38:45 override-max-sessions = false
2024-05-14 10:38:45 detect-drivers = false
2024-05-14 10:38:45 drain-after-session-count = 0
2024-05-14 10:38:45 max-sessions = 1
2024-05-14 10:38:45 
2024-05-14 10:38:45 [[node.driver-configuration]]
2024-05-14 10:38:45 display-name = "chrome"
2024-05-14 10:38:45 stereotype = '{"browserName": "chrome", "browserVersion": "124.0", "platformName": "Linux", "goog:chromeOptions": {"binary": "/usr/bin/google-chrome"}}'
2024-05-14 10:38:45 max-sessions = 1
2024-05-14 10:38:45 
2024-05-14 10:38:45 Starting Selenium Grid Standalone...
2024-05-14 10:38:45 Tracing is disabled
2024-05-14 10:38:46 02:38:46.240 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
2024-05-14 10:38:46 02:38:46.254 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
2024-05-14 10:38:47 02:38:47.203 INFO [NodeOptions.getSessionFactories] - Detected 4 available processors
2024-05-14 10:38:47 02:38:47.272 INFO [NodeOptions.report] - Adding chrome for {"browserName": "chrome","browserVersion": "124.0","goog:chromeOptions": {"binary": "\u002fusr\u002fbin\u002fgoogle-chrome"},"platformName": "linux","se:noVncPort": 7900,"se:vncEnabled": true} 1 times
2024-05-14 10:38:47 02:38:47.307 INFO [Node.<init>] - Binding additional locator mechanisms: relative
2024-05-14 10:38:47 02:38:47.345 INFO [GridModel.setAvailability] - Switching Node 430cbfdd-422b-434a-acab-0e1e4662a0ec (uri: http://172.17.0.5:4444) from DOWN to UP
2024-05-14 10:38:47 02:38:47.346 INFO [LocalDistributor.add] - Added node 430cbfdd-422b-434a-acab-0e1e4662a0ec at http://172.17.0.5:4444. Health check every 120s
2024-05-14 10:38:47 02:38:47.511 INFO [Standalone.execute] - Started Selenium Standalone 4.20.0 (revision 866c76ca80): http://172.17.0.5:4444

Operating System

macOS

Docker Selenium version (image tag)

4.20.0-20240505

Selenium Grid chart version (chart version)

4.20.0

ZhaoGuan avatar May 14 '24 02:05 ZhaoGuan