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
from botasaurus.browser import browser, Driver
driver = Driver(enable_xvfb_virtual_display=True)
print("launched")
driver.get("https://www.ozon.ru")
Hello! Can you please explain what can i do to driver, so that in bypasses checks in ubuntu container? When i run script normally it works, but gets blocked in container via captcha
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
from botasaurus.browser import browser, Driver
driver = Driver(enable_xvfb_virtual_display=True)
print("launched")
driver.get("https://www.ozon.ru")
Hello! Can you please explain what can i do to driver, so that in bypasses checks in ubuntu container? When i run script normally it works, but gets blocked in container via captcha
Beta Was this translation helpful? Give feedback.
All reactions