seleniumbase 4.36.4__tar.gz → 4.37.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {seleniumbase-4.36.4/seleniumbase.egg-info → seleniumbase-4.37.0}/PKG-INFO +12 -12
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/README.md +2 -2
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/requirements.txt +8 -8
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/s3_manager.py +1 -1
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/sb_cdp.py +4 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0/seleniumbase.egg-info}/PKG-INFO +12 -12
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase.egg-info/requires.txt +9 -9
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/setup.py +10 -10
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/.gitignore +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/LICENSE +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/MANIFEST.in +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/install.sh +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/pyproject.toml +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/pytest.ini +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/sbase/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/sbase/__main__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/sbase/steps.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/browser_launcher.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/base_case.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/setup.cfg +0 -0
- {seleniumbase-4.36.4 → seleniumbase-4.37.0}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.37.0
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
6
6
|
Author: Michael Mintz
|
@@ -76,7 +76,7 @@ Requires-Dist: mycdp>=1.1.1
|
|
76
76
|
Requires-Dist: pynose>=1.5.4
|
77
77
|
Requires-Dist: platformdirs>=4.3.6; python_version < "3.9"
|
78
78
|
Requires-Dist: platformdirs>=4.3.7; python_version >= "3.9"
|
79
|
-
Requires-Dist: typing-extensions>=4.13.
|
79
|
+
Requires-Dist: typing-extensions>=4.13.1
|
80
80
|
Requires-Dist: sbvirtualdisplay>=1.4.0
|
81
81
|
Requires-Dist: MarkupSafe==2.1.5; python_version < "3.9"
|
82
82
|
Requires-Dist: MarkupSafe>=3.0.2; python_version >= "3.9"
|
@@ -105,7 +105,7 @@ Requires-Dist: trio-websocket==0.12.2
|
|
105
105
|
Requires-Dist: wsproto==1.2.0
|
106
106
|
Requires-Dist: websocket-client==1.8.0
|
107
107
|
Requires-Dist: selenium==4.27.1; python_version < "3.9"
|
108
|
-
Requires-Dist: selenium==4.
|
108
|
+
Requires-Dist: selenium==4.31.0; python_version >= "3.9"
|
109
109
|
Requires-Dist: cssselect==1.2.0; python_version < "3.9"
|
110
110
|
Requires-Dist: cssselect==1.3.0; python_version >= "3.9"
|
111
111
|
Requires-Dist: sortedcontainers==2.4.0
|
@@ -127,24 +127,24 @@ Requires-Dist: pyotp==2.9.0
|
|
127
127
|
Requires-Dist: python-xlib==0.33; platform_system == "Linux"
|
128
128
|
Requires-Dist: markdown-it-py==3.0.0
|
129
129
|
Requires-Dist: mdurl==0.1.2
|
130
|
-
Requires-Dist: rich
|
130
|
+
Requires-Dist: rich<15,>=14.0.0
|
131
131
|
Provides-Extra: allure
|
132
132
|
Requires-Dist: allure-pytest>=2.13.5; extra == "allure"
|
133
133
|
Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
134
134
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
135
135
|
Provides-Extra: coverage
|
136
136
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
137
|
-
Requires-Dist: coverage>=7.
|
137
|
+
Requires-Dist: coverage>=7.8.0; python_version >= "3.9" and extra == "coverage"
|
138
138
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
139
|
-
Requires-Dist: pytest-cov>=6.
|
139
|
+
Requires-Dist: pytest-cov>=6.1.1; python_version >= "3.9" and extra == "coverage"
|
140
140
|
Provides-Extra: flake8
|
141
141
|
Requires-Dist: flake8==5.0.4; python_version < "3.9" and extra == "flake8"
|
142
|
-
Requires-Dist: flake8==7.
|
142
|
+
Requires-Dist: flake8==7.2.0; python_version >= "3.9" and extra == "flake8"
|
143
143
|
Requires-Dist: mccabe==0.7.0; extra == "flake8"
|
144
144
|
Requires-Dist: pyflakes==2.5.0; python_version < "3.9" and extra == "flake8"
|
145
|
-
Requires-Dist: pyflakes==3.2
|
145
|
+
Requires-Dist: pyflakes==3.3.2; python_version >= "3.9" and extra == "flake8"
|
146
146
|
Requires-Dist: pycodestyle==2.9.1; python_version < "3.9" and extra == "flake8"
|
147
|
-
Requires-Dist: pycodestyle==2.
|
147
|
+
Requires-Dist: pycodestyle==2.13.0; python_version >= "3.9" and extra == "flake8"
|
148
148
|
Provides-Extra: ipdb
|
149
149
|
Requires-Dist: ipdb==0.13.13; extra == "ipdb"
|
150
150
|
Requires-Dist: ipython==7.34.0; extra == "ipdb"
|
@@ -160,7 +160,7 @@ Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
|
160
160
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
161
161
|
Provides-Extra: pillow
|
162
162
|
Requires-Dist: Pillow>=10.4.0; python_version < "3.9" and extra == "pillow"
|
163
|
-
Requires-Dist: Pillow>=11.
|
163
|
+
Requires-Dist: Pillow>=11.2.0; python_version >= "3.9" and extra == "pillow"
|
164
164
|
Provides-Extra: pip-system-certs
|
165
165
|
Requires-Dist: pip-system-certs==4.0; platform_system == "Windows" and extra == "pip-system-certs"
|
166
166
|
Provides-Extra: proxy
|
@@ -212,7 +212,7 @@ Dynamic: summary
|
|
212
212
|
|
213
213
|
<p align="center" class="hero__title"><b>All-in-one Browser Automation Framework:<br />Web Crawling / Testing / Scraping / Stealth</b></p>
|
214
214
|
|
215
|
-
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/
|
215
|
+
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></p>
|
216
216
|
|
217
217
|
<p align="center">
|
218
218
|
<a href="#python_installation">🚀 Start</a> |
|
@@ -1590,6 +1590,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1590
1590
|
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" title="SeleniumBase" width="274" /></a></div>
|
1591
1591
|
<div><a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a></div>
|
1592
1592
|
<div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a></div>
|
1593
|
-
<div><a href="https://hellogithub.com/repository/c6be2d0f1969448697683d11a4ff915e" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=c6be2d0f1969448697683d11a4ff915e&claim_uid=xcrm4p9j3d6JCO5&theme=small" alt="Featured|HelloGitHub" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/
|
1593
|
+
<div><a href="https://hellogithub.com/repository/c6be2d0f1969448697683d11a4ff915e" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=c6be2d0f1969448697683d11a4ff915e&claim_uid=xcrm4p9j3d6JCO5&theme=small" alt="Featured|HelloGitHub" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></div>
|
1594
1594
|
<div><a href="https://pepy.tech/projects/seleniumbase?timeRange=threeMonths&category=version&includeCIDownloads=true&granularity=daily&viewType=line&versions=*" target="_blank"><img src="https://static.pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <img src="https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width="98px" height="20px" alt="Views" /></div>
|
1595
1595
|
<div align="left"></div>
|
@@ -13,7 +13,7 @@
|
|
13
13
|
|
14
14
|
<p align="center" class="hero__title"><b>All-in-one Browser Automation Framework:<br />Web Crawling / Testing / Scraping / Stealth</b></p>
|
15
15
|
|
16
|
-
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/
|
16
|
+
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></p>
|
17
17
|
|
18
18
|
<p align="center">
|
19
19
|
<a href="#python_installation">🚀 Start</a> |
|
@@ -1391,6 +1391,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1391
1391
|
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" title="SeleniumBase" width="274" /></a></div>
|
1392
1392
|
<div><a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a></div>
|
1393
1393
|
<div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a></div>
|
1394
|
-
<div><a href="https://hellogithub.com/repository/c6be2d0f1969448697683d11a4ff915e" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=c6be2d0f1969448697683d11a4ff915e&claim_uid=xcrm4p9j3d6JCO5&theme=small" alt="Featured|HelloGitHub" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/
|
1394
|
+
<div><a href="https://hellogithub.com/repository/c6be2d0f1969448697683d11a4ff915e" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=c6be2d0f1969448697683d11a4ff915e&claim_uid=xcrm4p9j3d6JCO5&theme=small" alt="Featured|HelloGitHub" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></div>
|
1395
1395
|
<div><a href="https://pepy.tech/projects/seleniumbase?timeRange=threeMonths&category=version&includeCIDownloads=true&granularity=daily&viewType=line&versions=*" target="_blank"><img src="https://static.pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <img src="https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width="98px" height="20px" alt="Views" /></div>
|
1396
1396
|
<div align="left"></div>
|
@@ -15,7 +15,7 @@ mycdp>=1.1.1
|
|
15
15
|
pynose>=1.5.4
|
16
16
|
platformdirs>=4.3.6;python_version<"3.9"
|
17
17
|
platformdirs>=4.3.7;python_version>="3.9"
|
18
|
-
typing-extensions>=4.13.
|
18
|
+
typing-extensions>=4.13.1
|
19
19
|
sbvirtualdisplay>=1.4.0
|
20
20
|
MarkupSafe==2.1.5;python_version<"3.9"
|
21
21
|
MarkupSafe>=3.0.2;python_version>="3.9"
|
@@ -44,7 +44,7 @@ trio-websocket==0.12.2
|
|
44
44
|
wsproto==1.2.0
|
45
45
|
websocket-client==1.8.0
|
46
46
|
selenium==4.27.1;python_version<"3.9"
|
47
|
-
selenium==4.
|
47
|
+
selenium==4.31.0;python_version>="3.9"
|
48
48
|
cssselect==1.2.0;python_version<"3.9"
|
49
49
|
cssselect==1.3.0;python_version>="3.9"
|
50
50
|
sortedcontainers==2.4.0
|
@@ -66,19 +66,19 @@ pyotp==2.9.0
|
|
66
66
|
python-xlib==0.33;platform_system=="Linux"
|
67
67
|
markdown-it-py==3.0.0
|
68
68
|
mdurl==0.1.2
|
69
|
-
rich
|
69
|
+
rich>=14.0.0,<15
|
70
70
|
|
71
71
|
# --- Testing Requirements --- #
|
72
72
|
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
|
73
73
|
|
74
74
|
coverage>=7.6.1;python_version<"3.9"
|
75
|
-
coverage>=7.
|
75
|
+
coverage>=7.8.0;python_version>="3.9"
|
76
76
|
pytest-cov>=5.0.0;python_version<"3.9"
|
77
|
-
pytest-cov>=6.
|
77
|
+
pytest-cov>=6.1.1;python_version>="3.9"
|
78
78
|
flake8==5.0.4;python_version<"3.9"
|
79
|
-
flake8==7.
|
79
|
+
flake8==7.2.0;python_version>="3.9"
|
80
80
|
mccabe==0.7.0
|
81
81
|
pyflakes==2.5.0;python_version<"3.9"
|
82
|
-
pyflakes==3.2
|
82
|
+
pyflakes==3.3.2;python_version>="3.9"
|
83
83
|
pycodestyle==2.9.1;python_version<"3.9"
|
84
|
-
pycodestyle==2.
|
84
|
+
pycodestyle==2.13.0;python_version>="3.9"
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.
|
2
|
+
__version__ = "4.37.0"
|
@@ -92,5 +92,5 @@ class S3LoggingBucket(object):
|
|
92
92
|
"""Keep a record of all file names that have been uploaded.
|
93
93
|
Upload log files related to each test after its execution.
|
94
94
|
Once done, use already_uploaded_files to create an index file."""
|
95
|
-
global already_uploaded_files
|
95
|
+
global already_uploaded_files # noqa
|
96
96
|
already_uploaded_files.extend(files)
|
@@ -1614,6 +1614,8 @@ class CDPMethods():
|
|
1614
1614
|
pyautogui.dragTo(x2, y2, button="left", duration=timeframe)
|
1615
1615
|
|
1616
1616
|
def gui_drag_drop_points(self, x1, y1, x2, y2, timeframe=0.35):
|
1617
|
+
"""Use PyAutoGUI to drag-and-drop from one point to another.
|
1618
|
+
Can simulate click-and-hold when using the same point twice."""
|
1617
1619
|
gui_lock = fasteners.InterProcessLock(
|
1618
1620
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1619
1621
|
)
|
@@ -1653,6 +1655,8 @@ class CDPMethods():
|
|
1653
1655
|
self.loop.run_until_complete(self.page.wait())
|
1654
1656
|
|
1655
1657
|
def gui_drag_and_drop(self, drag_selector, drop_selector, timeframe=0.35):
|
1658
|
+
"""Use PyAutoGUI to drag-and-drop from one selector to another.
|
1659
|
+
Can simulate click-and-hold when using the same selector twice."""
|
1656
1660
|
self.__slow_mode_pause_if_set()
|
1657
1661
|
self.bring_active_window_to_front()
|
1658
1662
|
x1, y1 = self.get_gui_element_center(drag_selector)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.37.0
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
6
6
|
Author: Michael Mintz
|
@@ -76,7 +76,7 @@ Requires-Dist: mycdp>=1.1.1
|
|
76
76
|
Requires-Dist: pynose>=1.5.4
|
77
77
|
Requires-Dist: platformdirs>=4.3.6; python_version < "3.9"
|
78
78
|
Requires-Dist: platformdirs>=4.3.7; python_version >= "3.9"
|
79
|
-
Requires-Dist: typing-extensions>=4.13.
|
79
|
+
Requires-Dist: typing-extensions>=4.13.1
|
80
80
|
Requires-Dist: sbvirtualdisplay>=1.4.0
|
81
81
|
Requires-Dist: MarkupSafe==2.1.5; python_version < "3.9"
|
82
82
|
Requires-Dist: MarkupSafe>=3.0.2; python_version >= "3.9"
|
@@ -105,7 +105,7 @@ Requires-Dist: trio-websocket==0.12.2
|
|
105
105
|
Requires-Dist: wsproto==1.2.0
|
106
106
|
Requires-Dist: websocket-client==1.8.0
|
107
107
|
Requires-Dist: selenium==4.27.1; python_version < "3.9"
|
108
|
-
Requires-Dist: selenium==4.
|
108
|
+
Requires-Dist: selenium==4.31.0; python_version >= "3.9"
|
109
109
|
Requires-Dist: cssselect==1.2.0; python_version < "3.9"
|
110
110
|
Requires-Dist: cssselect==1.3.0; python_version >= "3.9"
|
111
111
|
Requires-Dist: sortedcontainers==2.4.0
|
@@ -127,24 +127,24 @@ Requires-Dist: pyotp==2.9.0
|
|
127
127
|
Requires-Dist: python-xlib==0.33; platform_system == "Linux"
|
128
128
|
Requires-Dist: markdown-it-py==3.0.0
|
129
129
|
Requires-Dist: mdurl==0.1.2
|
130
|
-
Requires-Dist: rich
|
130
|
+
Requires-Dist: rich<15,>=14.0.0
|
131
131
|
Provides-Extra: allure
|
132
132
|
Requires-Dist: allure-pytest>=2.13.5; extra == "allure"
|
133
133
|
Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
134
134
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
135
135
|
Provides-Extra: coverage
|
136
136
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
137
|
-
Requires-Dist: coverage>=7.
|
137
|
+
Requires-Dist: coverage>=7.8.0; python_version >= "3.9" and extra == "coverage"
|
138
138
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
139
|
-
Requires-Dist: pytest-cov>=6.
|
139
|
+
Requires-Dist: pytest-cov>=6.1.1; python_version >= "3.9" and extra == "coverage"
|
140
140
|
Provides-Extra: flake8
|
141
141
|
Requires-Dist: flake8==5.0.4; python_version < "3.9" and extra == "flake8"
|
142
|
-
Requires-Dist: flake8==7.
|
142
|
+
Requires-Dist: flake8==7.2.0; python_version >= "3.9" and extra == "flake8"
|
143
143
|
Requires-Dist: mccabe==0.7.0; extra == "flake8"
|
144
144
|
Requires-Dist: pyflakes==2.5.0; python_version < "3.9" and extra == "flake8"
|
145
|
-
Requires-Dist: pyflakes==3.2
|
145
|
+
Requires-Dist: pyflakes==3.3.2; python_version >= "3.9" and extra == "flake8"
|
146
146
|
Requires-Dist: pycodestyle==2.9.1; python_version < "3.9" and extra == "flake8"
|
147
|
-
Requires-Dist: pycodestyle==2.
|
147
|
+
Requires-Dist: pycodestyle==2.13.0; python_version >= "3.9" and extra == "flake8"
|
148
148
|
Provides-Extra: ipdb
|
149
149
|
Requires-Dist: ipdb==0.13.13; extra == "ipdb"
|
150
150
|
Requires-Dist: ipython==7.34.0; extra == "ipdb"
|
@@ -160,7 +160,7 @@ Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
|
160
160
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
161
161
|
Provides-Extra: pillow
|
162
162
|
Requires-Dist: Pillow>=10.4.0; python_version < "3.9" and extra == "pillow"
|
163
|
-
Requires-Dist: Pillow>=11.
|
163
|
+
Requires-Dist: Pillow>=11.2.0; python_version >= "3.9" and extra == "pillow"
|
164
164
|
Provides-Extra: pip-system-certs
|
165
165
|
Requires-Dist: pip-system-certs==4.0; platform_system == "Windows" and extra == "pip-system-certs"
|
166
166
|
Provides-Extra: proxy
|
@@ -212,7 +212,7 @@ Dynamic: summary
|
|
212
212
|
|
213
213
|
<p align="center" class="hero__title"><b>All-in-one Browser Automation Framework:<br />Web Crawling / Testing / Scraping / Stealth</b></p>
|
214
214
|
|
215
|
-
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/
|
215
|
+
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></p>
|
216
216
|
|
217
217
|
<p align="center">
|
218
218
|
<a href="#python_installation">🚀 Start</a> |
|
@@ -1590,6 +1590,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1590
1590
|
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" title="SeleniumBase" width="274" /></a></div>
|
1591
1591
|
<div><a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a></div>
|
1592
1592
|
<div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a></div>
|
1593
|
-
<div><a href="https://hellogithub.com/repository/c6be2d0f1969448697683d11a4ff915e" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=c6be2d0f1969448697683d11a4ff915e&claim_uid=xcrm4p9j3d6JCO5&theme=small" alt="Featured|HelloGitHub" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/
|
1593
|
+
<div><a href="https://hellogithub.com/repository/c6be2d0f1969448697683d11a4ff915e" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=c6be2d0f1969448697683d11a4ff915e&claim_uid=xcrm4p9j3d6JCO5&theme=small" alt="Featured|HelloGitHub" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></div>
|
1594
1594
|
<div><a href="https://pepy.tech/projects/seleniumbase?timeRange=threeMonths&category=version&includeCIDownloads=true&granularity=daily&viewType=line&versions=*" target="_blank"><img src="https://static.pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <img src="https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width="98px" height="20px" alt="Views" /></div>
|
1595
1595
|
<div align="left"></div>
|
@@ -7,7 +7,7 @@ exceptiongroup>=1.2.2
|
|
7
7
|
fasteners>=0.19
|
8
8
|
mycdp>=1.1.1
|
9
9
|
pynose>=1.5.4
|
10
|
-
typing-extensions>=4.13.
|
10
|
+
typing-extensions>=4.13.1
|
11
11
|
sbvirtualdisplay>=1.4.0
|
12
12
|
Jinja2>=3.1.6
|
13
13
|
six>=1.17.0
|
@@ -44,7 +44,7 @@ beautifulsoup4==4.13.3
|
|
44
44
|
pyotp==2.9.0
|
45
45
|
markdown-it-py==3.0.0
|
46
46
|
mdurl==0.1.2
|
47
|
-
rich
|
47
|
+
rich<15,>=14.0.0
|
48
48
|
|
49
49
|
[:platform_system == "Linux"]
|
50
50
|
python-xlib==0.33
|
@@ -76,7 +76,7 @@ filelock>=3.18.0
|
|
76
76
|
platformdirs>=4.3.7
|
77
77
|
MarkupSafe>=3.0.2
|
78
78
|
trio==0.29.0
|
79
|
-
selenium==4.
|
79
|
+
selenium==4.31.0
|
80
80
|
cssselect==1.3.0
|
81
81
|
pytest-rerunfailures==15.0
|
82
82
|
|
@@ -92,8 +92,8 @@ coverage>=7.6.1
|
|
92
92
|
pytest-cov>=5.0.0
|
93
93
|
|
94
94
|
[coverage:python_version >= "3.9"]
|
95
|
-
coverage>=7.
|
96
|
-
pytest-cov>=6.
|
95
|
+
coverage>=7.8.0
|
96
|
+
pytest-cov>=6.1.1
|
97
97
|
|
98
98
|
[flake8]
|
99
99
|
mccabe==0.7.0
|
@@ -104,9 +104,9 @@ pyflakes==2.5.0
|
|
104
104
|
pycodestyle==2.9.1
|
105
105
|
|
106
106
|
[flake8:python_version >= "3.9"]
|
107
|
-
flake8==7.
|
108
|
-
pyflakes==3.2
|
109
|
-
pycodestyle==2.
|
107
|
+
flake8==7.2.0
|
108
|
+
pyflakes==3.3.2
|
109
|
+
pycodestyle==2.13.0
|
110
110
|
|
111
111
|
[ipdb]
|
112
112
|
ipdb==0.13.13
|
@@ -138,7 +138,7 @@ cryptography==44.0.2
|
|
138
138
|
Pillow>=10.4.0
|
139
139
|
|
140
140
|
[pillow:python_version >= "3.9"]
|
141
|
-
Pillow>=11.
|
141
|
+
Pillow>=11.2.0
|
142
142
|
|
143
143
|
[pip-system-certs]
|
144
144
|
|
@@ -34,7 +34,7 @@ if sys.argv[-1] == "publish":
|
|
34
34
|
print("\nERROR! Publishing to PyPI requires Python>=3.9")
|
35
35
|
sys.exit()
|
36
36
|
print("\n*** Checking code health with flake8:\n")
|
37
|
-
os.system("python -m pip install 'flake8==7.
|
37
|
+
os.system("python -m pip install 'flake8==7.2.0'")
|
38
38
|
flake8_status = os.system("flake8 --exclude=recordings,temp")
|
39
39
|
if flake8_status != 0:
|
40
40
|
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
|
@@ -164,7 +164,7 @@ setup(
|
|
164
164
|
"pynose>=1.5.4",
|
165
165
|
'platformdirs>=4.3.6;python_version<"3.9"',
|
166
166
|
'platformdirs>=4.3.7;python_version>="3.9"',
|
167
|
-
'typing-extensions>=4.13.
|
167
|
+
'typing-extensions>=4.13.1',
|
168
168
|
"sbvirtualdisplay>=1.4.0",
|
169
169
|
'MarkupSafe==2.1.5;python_version<"3.9"',
|
170
170
|
'MarkupSafe>=3.0.2;python_version>="3.9"',
|
@@ -193,7 +193,7 @@ setup(
|
|
193
193
|
'wsproto==1.2.0',
|
194
194
|
'websocket-client==1.8.0',
|
195
195
|
'selenium==4.27.1;python_version<"3.9"',
|
196
|
-
'selenium==4.
|
196
|
+
'selenium==4.31.0;python_version>="3.9"',
|
197
197
|
'cssselect==1.2.0;python_version<"3.9"',
|
198
198
|
'cssselect==1.3.0;python_version>="3.9"',
|
199
199
|
"sortedcontainers==2.4.0",
|
@@ -215,7 +215,7 @@ setup(
|
|
215
215
|
'python-xlib==0.33;platform_system=="Linux"',
|
216
216
|
'markdown-it-py==3.0.0',
|
217
217
|
'mdurl==0.1.2',
|
218
|
-
'rich
|
218
|
+
'rich>=14.0.0,<15',
|
219
219
|
],
|
220
220
|
extras_require={
|
221
221
|
# pip install -e .[allure]
|
@@ -230,20 +230,20 @@ setup(
|
|
230
230
|
# Usage: coverage run -m pytest; coverage html; coverage report
|
231
231
|
"coverage": [
|
232
232
|
'coverage>=7.6.1;python_version<"3.9"',
|
233
|
-
'coverage>=7.
|
233
|
+
'coverage>=7.8.0;python_version>="3.9"',
|
234
234
|
'pytest-cov>=5.0.0;python_version<"3.9"',
|
235
|
-
'pytest-cov>=6.
|
235
|
+
'pytest-cov>=6.1.1;python_version>="3.9"',
|
236
236
|
],
|
237
237
|
# pip install -e .[flake8]
|
238
238
|
# Usage: flake8
|
239
239
|
"flake8": [
|
240
240
|
'flake8==5.0.4;python_version<"3.9"',
|
241
|
-
'flake8==7.
|
241
|
+
'flake8==7.2.0;python_version>="3.9"',
|
242
242
|
"mccabe==0.7.0",
|
243
243
|
'pyflakes==2.5.0;python_version<"3.9"',
|
244
|
-
'pyflakes==3.2
|
244
|
+
'pyflakes==3.3.2;python_version>="3.9"',
|
245
245
|
'pycodestyle==2.9.1;python_version<"3.9"',
|
246
|
-
'pycodestyle==2.
|
246
|
+
'pycodestyle==2.13.0;python_version>="3.9"',
|
247
247
|
],
|
248
248
|
# pip install -e .[ipdb]
|
249
249
|
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
|
@@ -271,7 +271,7 @@ setup(
|
|
271
271
|
# (An optional library for image-processing.)
|
272
272
|
"pillow": [
|
273
273
|
'Pillow>=10.4.0;python_version<"3.9"',
|
274
|
-
'Pillow>=11.
|
274
|
+
'Pillow>=11.2.0;python_version>="3.9"',
|
275
275
|
],
|
276
276
|
# pip install -e .[pip-system-certs]
|
277
277
|
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/_contradict.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/undetected/cdp_driver/connection.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/grid_hub.py
RENAMED
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/grid_node.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat
RENAMED
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.36.4 → seleniumbase-4.37.0}/seleniumbase/utilities/selenium_ide/convert_ide.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|