2026-02-15 01:07:25 -05:00
|
|
|
|
|
|
|
|
# Selenium Installation
|
|
|
|
|
|
|
|
|
|
```bash
|
2024-02-06 23:27:34 -05:00
|
|
|
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
|
2025-05-05 04:43:13 -04:00
|
|
|
sudo mv ./.venv.erplibre/geckodriver /usr/bin/geckdriver
|
2024-02-06 23:27:34 -05:00
|
|
|
|
2024-02-16 16:06:22 -05:00
|
|
|
pip install selenium
|
|
|
|
|
|
2023-12-02 14:13:38 -05:00
|
|
|
sudo apt install libcairo2-dev python3-dev pkg-config libxt-dev libgirepository1.0-dev
|
|
|
|
|
|
|
|
|
|
pip install pycairo PyGObject
|
2026-02-15 01:07:25 -05:00
|
|
|
```
|
2023-12-02 14:13:38 -05:00
|
|
|
|
2026-02-15 01:07:25 -05:00
|
|
|
Video recorder: https://github.com/szemate/pyselenium-video-recorder
|