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

- updated download url

parent 05851217
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,13 @@ How to automatically add Mappings between extracted Technical Metadata and DNX S ...@@ -10,13 +10,13 @@ How to automatically add Mappings between extracted Technical Metadata and DNX S
* Desktop environment * Desktop environment
* Perl * Perl
* Perl module (download at https://metacpan.org/pod/Selenium::Remote::Driver) * Perl module (download at https://metacpan.org/pod/Selenium::Remote::Driver)
* Chrome browser (downlaod at https://www.google.com/intl/de_de/chrome/) * 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/a/chromium.org/chromedriver/, via https://www.seleniumhq.org/download/) * 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/)
== How to install on Debian 10 (Buster) == How to install on Debian 10 (Buster)
* sudo apt install perl chromium cpan unzip * sudo apt install perl chromium cpan unzip
* cpan install Selenium::Remote::Driver * cpan install Selenium::Remote::Driver
* check Chromium version (i.e. "76.x.xxxx.xxx") --> download coresponding 'chromedriver_linux64.zip' from https://sites.google.com/a/chromium.org/chromedriver/ (Downloads) * 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 * unzip chromedriver_linux64.zip
== How to build == How to build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment