Package: python-selenium / 4.24.4+dfsg-1

Metadata

Package Version Patches format
python-selenium 4.24.4+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Readd unmininmized javascript code.patch | (download)

selenium/webdriver/remote/getAttribute.js | 279 279 + 0 - 0 !
selenium/webdriver/remote/isDisplayed.js | 2238 2238 + 0 - 0 !
2 files changed, 2517 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.

See also https://github.com/SeleniumHQ/selenium/issues/9917

tests Ignore WEBDRIVER and HTML_ROOT variables.patch | (download)

test/selenium/webdriver/common/webserver.py | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 tests: ignore webdriver and html_root variables

These two variables aren't needed for running the unitests and can be
ignored.

Especially the variable HTML_ROOT is relaying on a toplevel folder
common/ which we have filtered out for DFSG compliance.

pytest Ignore trio_mode for now.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pytest: ignore trio_mode for now

This option requires pytest-trio-websocket to get packaged.

setup.py Ignore rest_extension requirement.patch | (download)

setup.py | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 setup.py: ignore rest_extension requirement