ОД
Size: a a a
ОД
АА
E
selenoid/chrome:86.0
(имя servise=chrome указала в pipeline). Какой при этом url мне нужно указывать в command_executor
? Пробовала http://localhost:4444/, http://localhost:4444/wd/hub, http://localhost:9090/wd/hub - не подходятАА
АА
АА
E
services:
- chrome
definitions:
services:
chrome:
image: selenoid/chrome:86.0
АА
E
command_executor
=http://chrome:4444 получаю urllib3.connectionpool:connectionpool.py:780 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa473a96b80>: Failed to establish a new connection: [Errno -5] No address associated with hostname')': /sessionАА
АА
E
command_executor='http://localhost:4444'
capabilities
следующие:options = Options()
options.add_argument('--headless')
options.add_argument("--window-size=1400,1200")
options.add_argument("--no-sandbox")
options.add_argument("--disable-extensions")
options.add_argument("--disable-dev-shm-usage")
capabilities = options.to_capabilities()
capabilities
"browserName": "chrome",
"version": "86.0",
"platform": "LINUX"
}АА
command_executor='http://localhost:4444'
capabilities
следующие:options = Options()
options.add_argument('--headless')
options.add_argument("--window-size=1400,1200")
options.add_argument("--no-sandbox")
options.add_argument("--disable-extensions")
options.add_argument("--disable-dev-shm-usage")
capabilities = options.to_capabilities()
capabilities
"browserName": "chrome",
"version": "86.0",
"platform": "LINUX"
}АА
command_executor='http://localhost:4444'
capabilities
следующие:options = Options()
options.add_argument('--headless')
options.add_argument("--window-size=1400,1200")
options.add_argument("--no-sandbox")
options.add_argument("--disable-extensions")
options.add_argument("--disable-dev-shm-usage")
capabilities = options.to_capabilities()
capabilities
"browserName": "chrome",
"version": "86.0",
"platform": "LINUX"
}АА
E
DA
DA
АА
DA