You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Есть ли опция указывать как подключаться до селениума?
Когда селениум крутиться в другом контейнере и подключение выглядит вот так:
options = webdriver.ChromeOptions()
options.add_argument('--no-sandbox')
options.add_argument('--disable-gpu')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--headless')
options.add_argument('--start-maximized')
driver2 = webdriver.Remote(command_executor="http://selenium:4444/wd/hub",options=options)
The text was updated successfully, but these errors were encountered:
Есть ли опция указывать как подключаться до селениума?
Когда селениум крутиться в другом контейнере и подключение выглядит вот так:
options = webdriver.ChromeOptions()
options.add_argument('--no-sandbox')
options.add_argument('--disable-gpu')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--headless')
options.add_argument('--start-maximized')
driver2 = webdriver.Remote(command_executor="http://selenium:4444/wd/hub",options=options)
The text was updated successfully, but these errors were encountered: