chrome not reachable exception

134 views
Skip to first unread message

alex...@gmail.com

unread,
Oct 17, 2020, 6:35:24 PM10/17/20
to selenide
Hi,
I'm running my selenide tests in CircleCI using Selenium container
When I run it on Selenide 5.13.1 everything works fine.
But if I run exactly the same code, but change Selenide version to 5.14.0 (and all the newer versions) I get the following exception:
 WebDriverException: chrome not reachable 
These are my docker commands :
 docker run -d --rm -p 4446:4444 --net grid --name selenium-hub selenium/hub:3.141.59-20201010
docker run -d --rm --net grid -e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome-debug:3.141.59-20201010

Can you please help?
Thanks a lot

Andrei Solntsev

unread,
Oct 18, 2020, 2:53:37 AM10/18/20
to alex...@gmail.com, selenide
Hi Alex.
Did you read the release notes? We always describe there changes in chrome options etc.


We added chrome option “–no-sandbox”

We found that this option should make Chrome tests more stable. Let’s see if it helps.

See commit 3293956d



Added chrome option --disable-dev-shm-usage

We found that without this option, Chrome might sometimes crash (because of out of memory error).

  1. Why nobody complained about this?
  2. Are thing better now after adding this option? Please share your feedback.



--
You received this message because you are subscribed to the Google Groups "selenide" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenide+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenide/92daff41-400a-48e7-a07e-6e53d76b7706n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages