File: README.Debian

package info (click to toggle)
python-selenium 3.14.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,024 kB
  • sloc: python: 5,165; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
python-selenium for Debian
--------------------------

  Selenium requires a driver to interface with the chosen browser. Especially
  Firefox requires geckodriver in addition to the debian package firefoxdriver.

  Geckodriver can be found at:
  <https://github.com/mozilla/geckodriver/releases>`. Make sure it's in your
  `PATH`, e. g., place it in `/usr/local/bin`.

  Not having geckodriver will result in the error
  `selenium.common.exceptions.WebDriverException: Message: 'geckodriver'
  executable needs to be in PATH.`

  For Chromium and Phantomjs no additionall download is required. Just install
  the chromium-driver or phantomjs package.

 -- Sascha Girrulat <sascha@girrulat.de>  Sat, 3 Feb 2018 22:54:09 +0100