File: control

package info (click to toggle)
ruby-selenium-webdriver 4.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,400 kB
  • sloc: ruby: 7,721; javascript: 125; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 1,326 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
29
30
31
32
Source: ruby-selenium-webdriver
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>,
           Gabriela Pivetta <gpivetta99@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-zip,
               ruby-websocket
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-selenium-webdriver.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-selenium-webdriver
Homepage: https://github.com/SeleniumHQ/selenium
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-selenium-webdriver
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: chromium-driver | chromedriver | phantomjs
Suggests: firefoxdriver (>= 3.14.0)
Description: Browser automation framework and ecosystem
 Selenium is an umbrella project encapsulating a variety of tools and libraries
 enabling web browser automation. Selenium specifically provides infrastructure
 for the W3C WebDriver specification — a platform and language-neutral coding
 interface compatible with all major web browsers.
 .
 Selenium uses a custom build system, aptly named crazyfun available on all fine
 platforms (Linux, Mac, Windows).