seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.67k stars 929 forks source link

Backport fixes to SB versions that support deprecated versions of Python #1666

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Backport a few fixes to SB versions that support deprecated versions of Python

These bugs qualify for that: (Would be easy to backport)

1660

1663

I can probably push a 4.10.1 release directly to PyPI, for Python 2.7 support.

(NOTE: SeleniumBase 4.11.0 dropped support for Python 2.7)

mdmintz commented 1 year ago

Backported to 4.10.1 on PyPI. (Also part of 4.11.3)

mdmintz commented 1 year ago

More backports are coming to 4.10.2:

https://github.com/seleniumbase/SeleniumBase/issues/1670 https://github.com/seleniumbase/SeleniumBase/issues/1671 https://github.com/seleniumbase/SeleniumBase/issues/1674

mdmintz commented 1 year ago

More backports are coming to 4.10.3:

https://github.com/seleniumbase/SeleniumBase/issues/1680 https://github.com/seleniumbase/SeleniumBase/issues/1691 https://github.com/seleniumbase/SeleniumBase/issues/1695 https://github.com/seleniumbase/SeleniumBase/issues/1696 A dependency update: https://github.com/seleniumbase/SeleniumBase/commit/b905d861e1354f3e5c22af1d90d027174af3e4e2 for https://github.com/mdmintz/pdbp/issues/18 A few other dependency updates.

mdmintz commented 1 year ago

More backports are coming to 4.10.4:

https://github.com/seleniumbase/SeleniumBase/issues/1728 https://github.com/seleniumbase/SeleniumBase/issues/1738