Package: python-selenium / 3.14.1+dfsg1-1

Metadata

Package Version Patches format
python-selenium 3.14.1+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Set xpi path to usr lib.patch | (download)

selenium/webdriver/firefox/firefox_profile.py | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 set xpi path to /usr/lib

The package firefoxdriver shippes the webdriver.xpi at /usr/lib/firefoxdriver.

0002 Pick debian location of chromedriver from chromium d.patch | (download)

selenium/webdriver/chrome/webdriver.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pick debian location of chromedriver from chromium-driver package

Closes: #854732

0003 Use x_ignore_nofocus from usr lib firefoxdriver.patch | (download)

selenium/webdriver/firefox/firefox_binary.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 use x_ignore_nofocus from /usr/lib/firefoxdriver

It will be shipped by the firefoxdriver package from non-free

0004 Readd unmininmized javascript code.patch | (download)

selenium/webdriver/remote/getAttribute.js | 278 278 + 0 - 0 !
selenium/webdriver/remote/isDisplayed.js | 2230 2230 + 0 - 0 !
2 files changed, 2508 insertions(+)

 readd unmininmized javascript code

To fulfill the DFSG we removed it from the upstream code and use
python-jsbeautifier from debian to get the unminimized code. The base
code is generated from the main selenium code and does not exist in any
other source.