README.md aktualisiert
This commit is contained in:
parent
290fdc1655
commit
109925daae
@ -11,9 +11,12 @@ Install selenium
|
|||||||
`pip install selenium`
|
`pip install selenium`
|
||||||
Install MySQL Connector
|
Install MySQL Connector
|
||||||
`pip install mysql-connector-python`
|
`pip install mysql-connector-python`
|
||||||
Download latest firefox binary (do not use apt install!) and extract into /opt
|
Download latest firefox binary (do not use apt install!) from: https://www.mozilla.org/de/firefox/linux/ and extract into /opt
|
||||||
|
`tar xjf firefox-*.tar.bz2 && mv firefox /opt`
|
||||||
|
`ln -s /opt/firefox/firefox /usr/bin/firefox`
|
||||||
Download latest geckodriver from https://github.com/mozilla/geckodriver/releases and extract into /opt
|
Download latest geckodriver from https://github.com/mozilla/geckodriver/releases and extract into /opt
|
||||||
ln -s the firefox and geckodriver binaries to /usr/bin/
|
`tar -zxvf geckodriver-*.tar.gz && mv geckodriver /opt/`
|
||||||
|
`ln -s /opt/geckodriver /usr/bin/`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user