Preguntas etiquetadas con selenium

1
error al instalar google chrome en ubuntu
Cuando intenté instalar google chrome en ubuntu, aparece el siguiente error: cuando lo hago google-chrome -v [3880:3880:1012/130454:ERROR:desktop_window_tree_host_x11.cc(904)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) Estoy siguiendo las instrucciones aquí https://christopher.su/2015/selenium-chromedriver-ubuntu/ alguna idea sobre cómo solucionarlo?

0
Selenium + ChromeDriver atascado durante exactamente 4 minutos
Estoy tratando de eliminar una página web con la protección CloudFlare del servidor remoto: #!/usr/bin/env python3 from xvfbwrapper import Xvfb from selenium import webdriver from selenium.webdriver.chrome.options import Options import time import logging display = Xvfb() display.start() try: logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO) logger = logging.getLogger('main') chrome_options = …
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.