GNU/Linux >> Linux Esercitazione >  >> Linux

python linux selenium:chrome non raggiungibile

L'aggiunta di alcune opzioni di Chrome ha aiutato!

chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--no-sandbox')
chrome = webdriver.Chrome('/usr/local/bin/chromedriver', chrome_options=chrome_options)

Se stai usando la finestra mobile e ricevi questo errore, ho la soluzione!

La causa del problema è l'esaurimento della memoria di Chrome, come documentato qui.

Devi aggiungere il flag "--shm-size=2g" al comando docker run.


Linux
  1. Come installare Python su Linux

  2. Come installare Python su Linux Mint 20

  3. Mutex a livello di sistema in Python su Linux

  4. Come eseguire il file python in linux

  5. Il comando Linux 'll' non funziona

Installa Python 3 su Redhat 8

Come installare Google Chrome su Linux Mint 20 / Linux Mint 19

Python any() Funzione in Linux

bpython – Un fantastico interprete Python per Linux

Come installare Dash Framework in Python su Linux

Come installare la libreria Python PyBrain in Linux