File: control

package info (click to toggle)
python-selenium 4.0.0~a1%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 988 kB
  • sloc: python: 5,165; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: python-selenium
Section: python
Priority: optional
Maintainer: Sascha Girrulat <sascha@girrulat.de>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-urllib3,
               python3-all,
               python3-setuptools,
Standards-Version: 4.4.0
Homepage: http://www.seleniumhq.org
Vcs-Git: https://salsa.debian.org/sagiru-guest/python-selenium.git
Vcs-Browser: https://salsa.debian.org/sagiru-guest/python-selenium

Package: python3-selenium
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-urllib3,
Recommends: chromium-driver | chromedriver | phantomjs
Description: Python3 bindings for Selenium
 Python3 language bindings for Selenium WebDriver.
 .
 The `selenium` package is used automate web browser interaction from Python.
 Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer,
 PhantomJS), as well as the Remote protocol.
 .
 The webdriver parts itself are not included in this package.