Added 30 .base.md files using the mmg (Multilingual Markdown Generator) format to automatically generate English (.md) and French (.fr.md) versions of all project documentation. Updated conf/make.documentation.Makefile to process all .base.md files via `make doc_markdown`.
16 lines
No EOL
462 B
Markdown
16 lines
No EOL
462 B
Markdown
|
|
# Installation de Selenium
|
|
|
|
```bash
|
|
wget https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz
|
|
tar xvf geckodriver-v0.34.0-linux64.tar.gz
|
|
sudo mv ./.venv.erplibre/geckodriver /usr/bin/geckdriver
|
|
|
|
pip install selenium
|
|
|
|
sudo apt install libcairo2-dev python3-dev pkg-config libxt-dev libgirepository1.0-dev
|
|
|
|
pip install pycairo PyGObject
|
|
```
|
|
|
|
Enregistreur vidéo : https://github.com/szemate/pyselenium-video-recorder |