erplibre/script/selenium/install.base.md
Mathieu Benoit a2d3aa2a78 [ADD] Multilingual translation of all documentation (EN/FR)
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`.
2026-03-04 22:23:52 -05:00

756 B

Selenium Installation

Installation de Selenium

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

Video recorder: https://github.com/szemate/pyselenium-video-recorder

Enregistreur vidéo : https://github.com/szemate/pyselenium-video-recorder