A
Size: a a a
S
A
OP
S
S
НК
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome
docker run -d -p 4445:4445 -v /dev/shm:/dev/shm selenium/standalone-chrome
UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), options);
п
росто сменой порта на нужный(это java)AB
M
OK
AB
МК
OK
BO
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome
docker run -d -p 4445:4445 -v /dev/shm:/dev/shm selenium/standalone-chrome
UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), options);
п
росто сменой порта на нужный(это java)-p 4445:4444
и почитай про проброс портов в доке докераНК
-p 4445:4444
и почитай про проброс портов в доке докераOK
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome
docker run -d -p 4445:4445 -v /dev/shm:/dev/shm selenium/standalone-chrome
UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), options);
п
росто сменой порта на нужный(это java)МК
НК
OK
OK