service:selenoid
Различия
Показаны различия между двумя версиями страницы.
Следующая версия | Предыдущая версия | ||
service:selenoid [18.10.2024 13:16] – создано viacheslav | service:selenoid [21.10.2024 19:39] (текущий) – [org.openqa.selenium.NoSuchSessionException: invalid session id] viacheslav | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Selenoid ====== | ====== Selenoid ====== | ||
- | Selenium, упакованный в Docker. | + | Selenium, упакованный в Docker. [[https:// |
Строка 6: | Строка 6: | ||
==== org.openqa.selenium.NoSuchSessionException: | ==== org.openqa.selenium.NoSuchSessionException: | ||
- | Большинство тестов завершаются неуспешно. Браузеру Chrome не хватает памяти. Дело в том, что размер shm в Докере по умолчанию 64 МБ. | + | Большинство тестов завершаются неуспешно. Браузеру Chrome не хватает памяти. Дело в том, что |
Chrome uses /dev/shm for runtime data which is 64MB by default under Docker. If this is > not sufficient then this can cause Chrome to crash.\\ | Chrome uses /dev/shm for runtime data which is 64MB by default under Docker. If this is > not sufficient then this can cause Chrome to crash.\\ | ||
Строка 14: | Строка 14: | ||
* Start Chrome with the flag --disable-dev-shm-usage | * Start Chrome with the flag --disable-dev-shm-usage | ||
- | В моём случае я применил '' | + | В моём случае я применил '' |
https:// | https:// | ||
service/selenoid.1729257389.txt.gz · Последнее изменение: 18.10.2024 13:16 — viacheslav