Outils pour utilisateurs

Outils du site


tech:notes_chromium

Ceci est une ancienne révision du document !


Notes Chromium

Debug

https://chromedevtools.github.io/devtools-protocol/

chromium --headless
chromium --remote-debugging-port=9222 &
chromium --user-data-dir=/tmp/plop http://localhost:9222

Install

Chrome sur RedHat 6 & 7

sudo wget https://chromedriver.storage.googleapis.com/84.0.4147.30/chromedriver_linux64.zip 
sudo unzip chromedriver_linux64.zip 
sudo mv chromedriver /usr/bin/chromedriver 
chromedriver –version 
sudo curl https://intoli.com/install-google-chrome.sh | bash
sudo mv /usr/bin/google-chrome-stable /usr/bin/google-chrome 
google-chrome –version

Autres

Cache DNS
chrome:net-internals/#dns

tech/notes_chromium.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki