Skip to content
Snippets Groups Projects
Commit c974ba51 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: updated README.txt

parent 75b72f6c
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,14 @@ How to automatically add Mappings between extracted Technical Metadata and DNX S
== Prerequisites
* Desktop environment
* Perl
* Perl module (download at https://metacpan.org/pod/Selenium::Remote::Driver)
* Perl programming language
* Selenium Perl module (download at https://metacpan.org/pod/Selenium::Remote::Driver)
* Chrome browser (download at https://www.google.com/intl/de_de/chrome/)
* Selenium browser driver driver for the Chrome version that is installed on the system (download at https://sites.google.com/chromium.org/driver/, via https://www.seleniumhq.org/download/)
* Chrome driver compatible with the installed Chrome browser (download at https://sites.google.com/chromium.org/driver/)
== How to install on Debian 10 (Buster)
* sudo apt install perl chromium cpan unzip
* cpan install Selenium::Remote::Driver
== How to install on Debian 11 (Buster)
* sudo apt install perl chromium cpanminus unzip
* cpanm Selenium::Remote::Driver
* check Chromium version (i.e. "91.x.xxxx.xxx") --> download coresponding 'chromedriver_linux64.zip' from https://sites.google.com/chromium.org/driver/ (Downloads)
* unzip chromedriver_linux64.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment