Всем привет! Кто нибудь сталкивался с проблемой когда к одному и тому же хосту (selenoid, moon) с java RemoteWebDriver подключаешься и тесты запускаются, а на Python webdriver.Remote с теми же capabilities не работает?
В консоли ошибка не самая подробная
<div>
E <h1>Application is not available</h1>
E <p>The application is currently not serving requests at this endpoint. It may not have been started or is still starting.</p>
E
E <div class="alert alert-info">
E <p class="info">
E Possible reasons you are seeing this page:
E </p>
E <ul>
E <li>
E <strong>The host doesn't exist.</strong>
E Make sure the hostname was typed correctly and that a route matching this hostname exists.
E </li>
E <li>
E <strong>The host exists, but doesn't have a matching path.</strong>
E Check if the URL path was typed correctly and that the route was created using the desired path.
E </li>
E <li>
E <strong>Route and path matches, but all pods are down.</strong>
E Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
E </li>
E </ul>
E </div>