seleniumbase 4.39.5__tar.gz → 4.39.6__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.39.5/seleniumbase.egg-info → seleniumbase-4.39.6}/PKG-INFO +9 -9
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/requirements.txt +7 -7
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/browser_launcher.py +9 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/sb_cdp.py +9 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/base_case.py +6 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/cdp_util.py +13 -1
- {seleniumbase-4.39.5 → seleniumbase-4.39.6/seleniumbase.egg-info}/PKG-INFO +9 -9
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase.egg-info/requires.txt +8 -8
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/setup.py +9 -9
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/.gitignore +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/LICENSE +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/MANIFEST.in +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/README.md +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/install.sh +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/pyproject.toml +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/pytest.ini +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/sbase/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/sbase/__main__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/sbase/steps.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/setup.cfg +0 -0
- {seleniumbase-4.39.5 → seleniumbase-4.39.6}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.39.
|
3
|
+
Version: 4.39.6
|
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
|
@@ -88,7 +88,7 @@ Requires-Dist: parse>=1.20.2
|
|
88
88
|
Requires-Dist: parse-type>=0.6.4
|
89
89
|
Requires-Dist: colorama>=0.4.6
|
90
90
|
Requires-Dist: pyyaml>=6.0.2
|
91
|
-
Requires-Dist: pygments>=2.19.
|
91
|
+
Requires-Dist: pygments>=2.19.2
|
92
92
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
93
93
|
Requires-Dist: tabcompleter>=1.4.0
|
94
94
|
Requires-Dist: pdbp>=1.7.0
|
@@ -96,7 +96,7 @@ Requires-Dist: idna==3.10
|
|
96
96
|
Requires-Dist: chardet==5.2.0
|
97
97
|
Requires-Dist: charset-normalizer<4,>=3.4.2
|
98
98
|
Requires-Dist: urllib3<2,>=1.26.20; python_version < "3.10"
|
99
|
-
Requires-Dist: urllib3<2.
|
99
|
+
Requires-Dist: urllib3<2.6.0,>=1.26.20; python_version >= "3.10"
|
100
100
|
Requires-Dist: requests==2.32.4
|
101
101
|
Requires-Dist: sniffio==1.3.1
|
102
102
|
Requires-Dist: h11==0.16.0
|
@@ -117,14 +117,14 @@ Requires-Dist: iniconfig==2.1.0
|
|
117
117
|
Requires-Dist: pluggy==1.5.0; python_version < "3.9"
|
118
118
|
Requires-Dist: pluggy==1.6.0; python_version >= "3.9"
|
119
119
|
Requires-Dist: pytest==8.3.5; python_version < "3.9"
|
120
|
-
Requires-Dist: pytest==8.4.
|
120
|
+
Requires-Dist: pytest==8.4.1; python_version >= "3.9"
|
121
121
|
Requires-Dist: pytest-html==4.0.2
|
122
122
|
Requires-Dist: pytest-metadata==3.1.1
|
123
123
|
Requires-Dist: pytest-ordering==0.6
|
124
124
|
Requires-Dist: pytest-rerunfailures==14.0; python_version < "3.9"
|
125
125
|
Requires-Dist: pytest-rerunfailures==15.1; python_version >= "3.9"
|
126
126
|
Requires-Dist: pytest-xdist==3.6.1; python_version < "3.9"
|
127
|
-
Requires-Dist: pytest-xdist==3.
|
127
|
+
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9"
|
128
128
|
Requires-Dist: parameterized==0.9.0
|
129
129
|
Requires-Dist: behave==1.2.6
|
130
130
|
Requires-Dist: soupsieve==2.7
|
@@ -145,12 +145,12 @@ Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
|
145
145
|
Requires-Dist: pytest-cov>=6.2.1; python_version >= "3.9" and extra == "coverage"
|
146
146
|
Provides-Extra: flake8
|
147
147
|
Requires-Dist: flake8==5.0.4; python_version < "3.9" and extra == "flake8"
|
148
|
-
Requires-Dist: flake8==7.
|
148
|
+
Requires-Dist: flake8==7.3.0; python_version >= "3.9" and extra == "flake8"
|
149
149
|
Requires-Dist: mccabe==0.7.0; extra == "flake8"
|
150
150
|
Requires-Dist: pyflakes==2.5.0; python_version < "3.9" and extra == "flake8"
|
151
|
-
Requires-Dist: pyflakes==3.
|
151
|
+
Requires-Dist: pyflakes==3.4.0; python_version >= "3.9" and extra == "flake8"
|
152
152
|
Requires-Dist: pycodestyle==2.9.1; python_version < "3.9" and extra == "flake8"
|
153
|
-
Requires-Dist: pycodestyle==2.
|
153
|
+
Requires-Dist: pycodestyle==2.14.0; python_version >= "3.9" and extra == "flake8"
|
154
154
|
Provides-Extra: ipdb
|
155
155
|
Requires-Dist: ipdb==0.13.13; extra == "ipdb"
|
156
156
|
Requires-Dist: ipython==7.34.0; extra == "ipdb"
|
@@ -166,7 +166,7 @@ Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
|
166
166
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
167
167
|
Provides-Extra: pillow
|
168
168
|
Requires-Dist: Pillow>=10.4.0; python_version < "3.9" and extra == "pillow"
|
169
|
-
Requires-Dist: Pillow>=11.
|
169
|
+
Requires-Dist: Pillow>=11.3.0; python_version >= "3.9" and extra == "pillow"
|
170
170
|
Provides-Extra: pip-system-certs
|
171
171
|
Requires-Dist: pip-system-certs==4.0; platform_system == "Windows" and extra == "pip-system-certs"
|
172
172
|
Provides-Extra: proxy
|
@@ -26,7 +26,7 @@ parse>=1.20.2
|
|
26
26
|
parse-type>=0.6.4
|
27
27
|
colorama>=0.4.6
|
28
28
|
pyyaml>=6.0.2
|
29
|
-
pygments>=2.19.
|
29
|
+
pygments>=2.19.2
|
30
30
|
pyreadline3>=3.5.3;platform_system=="Windows"
|
31
31
|
tabcompleter>=1.4.0
|
32
32
|
pdbp>=1.7.0
|
@@ -34,7 +34,7 @@ idna==3.10
|
|
34
34
|
chardet==5.2.0
|
35
35
|
charset-normalizer>=3.4.2,<4
|
36
36
|
urllib3>=1.26.20,<2;python_version<"3.10"
|
37
|
-
urllib3>=1.26.20,<2.
|
37
|
+
urllib3>=1.26.20,<2.6.0;python_version>="3.10"
|
38
38
|
requests==2.32.4
|
39
39
|
sniffio==1.3.1
|
40
40
|
h11==0.16.0
|
@@ -55,14 +55,14 @@ iniconfig==2.1.0
|
|
55
55
|
pluggy==1.5.0;python_version<"3.9"
|
56
56
|
pluggy==1.6.0;python_version>="3.9"
|
57
57
|
pytest==8.3.5;python_version<"3.9"
|
58
|
-
pytest==8.4.
|
58
|
+
pytest==8.4.1;python_version>="3.9"
|
59
59
|
pytest-html==4.0.2
|
60
60
|
pytest-metadata==3.1.1
|
61
61
|
pytest-ordering==0.6
|
62
62
|
pytest-rerunfailures==14.0;python_version<"3.9"
|
63
63
|
pytest-rerunfailures==15.1;python_version>="3.9"
|
64
64
|
pytest-xdist==3.6.1;python_version<"3.9"
|
65
|
-
pytest-xdist==3.
|
65
|
+
pytest-xdist==3.8.0;python_version>="3.9"
|
66
66
|
parameterized==0.9.0
|
67
67
|
behave==1.2.6
|
68
68
|
soupsieve==2.7
|
@@ -81,9 +81,9 @@ coverage>=7.9.1;python_version>="3.9"
|
|
81
81
|
pytest-cov>=5.0.0;python_version<"3.9"
|
82
82
|
pytest-cov>=6.2.1;python_version>="3.9"
|
83
83
|
flake8==5.0.4;python_version<"3.9"
|
84
|
-
flake8==7.
|
84
|
+
flake8==7.3.0;python_version>="3.9"
|
85
85
|
mccabe==0.7.0
|
86
86
|
pyflakes==2.5.0;python_version<"3.9"
|
87
|
-
pyflakes==3.
|
87
|
+
pyflakes==3.4.0;python_version>="3.9"
|
88
88
|
pycodestyle==2.9.1;python_version<"3.9"
|
89
|
-
pycodestyle==2.
|
89
|
+
pycodestyle==2.14.0;python_version>="3.9"
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.39.
|
2
|
+
__version__ = "4.39.6"
|
@@ -580,6 +580,7 @@ def uc_open_with_cdp_mode(driver, url=None, **kwargs):
|
|
580
580
|
headless = False
|
581
581
|
headed = None
|
582
582
|
xvfb = None
|
583
|
+
xvfb_metrics = None
|
583
584
|
binary_location = None
|
584
585
|
if hasattr(sb_config, "headless"):
|
585
586
|
headless = sb_config.headless
|
@@ -587,6 +588,8 @@ def uc_open_with_cdp_mode(driver, url=None, **kwargs):
|
|
587
588
|
headed = sb_config.headed
|
588
589
|
if hasattr(sb_config, "xvfb"):
|
589
590
|
xvfb = sb_config.xvfb
|
591
|
+
if hasattr(sb_config, "xvfb_metrics"):
|
592
|
+
xvfb_metrics = sb_config.xvfb_metrics
|
590
593
|
if hasattr(sb_config, "binary_location"):
|
591
594
|
binary_location = sb_config.binary_location
|
592
595
|
|
@@ -599,6 +602,7 @@ def uc_open_with_cdp_mode(driver, url=None, **kwargs):
|
|
599
602
|
headless=headless,
|
600
603
|
headed=headed,
|
601
604
|
xvfb=xvfb,
|
605
|
+
xvfb_metrics=xvfb_metrics,
|
602
606
|
browser_executable_path=binary_location,
|
603
607
|
)
|
604
608
|
)
|
@@ -963,6 +967,11 @@ def __install_pyautogui_if_missing():
|
|
963
967
|
backend="xvfb",
|
964
968
|
use_xauth=True,
|
965
969
|
)
|
970
|
+
if "--debug-display" in sys.argv:
|
971
|
+
print(
|
972
|
+
"Starting VDisplay from browser_launcher: (%s, %s)"
|
973
|
+
% (xvfb_width, xvfb_height)
|
974
|
+
)
|
966
975
|
_xvfb_display.start()
|
967
976
|
sb_config._virtual_display = _xvfb_display
|
968
977
|
sb_config.headless_active = True
|
@@ -1439,6 +1439,10 @@ class CDPMethods():
|
|
1439
1439
|
shared_utils.is_linux()
|
1440
1440
|
and (not sb_config.headed or sb_config.xvfb)
|
1441
1441
|
and not driver.config.headless
|
1442
|
+
and (
|
1443
|
+
not hasattr(sb_config, "_virtual_display")
|
1444
|
+
or not sb_config._virtual_display
|
1445
|
+
)
|
1442
1446
|
):
|
1443
1447
|
from sbvirtualdisplay import Display
|
1444
1448
|
xvfb_width = 1366
|
@@ -1466,6 +1470,11 @@ class CDPMethods():
|
|
1466
1470
|
backend="xvfb",
|
1467
1471
|
use_xauth=True,
|
1468
1472
|
)
|
1473
|
+
if "--debug-display" in sys.argv:
|
1474
|
+
print(
|
1475
|
+
"Starting VDisplay from sb_cdp: (%s, %s)"
|
1476
|
+
% (xvfb_width, xvfb_height)
|
1477
|
+
)
|
1469
1478
|
xvfb_display.start()
|
1470
1479
|
|
1471
1480
|
def __get_configured_pyautogui(self, pyautogui_copy):
|
@@ -14164,7 +14164,13 @@ class BaseCase(unittest.TestCase):
|
|
14164
14164
|
backend="xvfb",
|
14165
14165
|
use_xauth=True,
|
14166
14166
|
)
|
14167
|
+
if "--debug-display" in sys.argv:
|
14168
|
+
print(
|
14169
|
+
"Starting VDisplay from base_case: (%s, %s)"
|
14170
|
+
% (self._xvfb_width, self._xvfb_height)
|
14171
|
+
)
|
14167
14172
|
self._xvfb_display.start()
|
14173
|
+
sb_config._virtual_display = self._xvfb_display
|
14168
14174
|
if "DISPLAY" not in os.environ.keys():
|
14169
14175
|
print(
|
14170
14176
|
"\nX11 display failed! Will use regular xvfb!"
|
@@ -51,7 +51,14 @@ def __activate_virtual_display_as_needed(
|
|
51
51
|
headless, headed, xvfb, xvfb_metrics
|
52
52
|
):
|
53
53
|
"""This is only needed on Linux."""
|
54
|
-
if
|
54
|
+
if (
|
55
|
+
IS_LINUX
|
56
|
+
and (not headed or xvfb)
|
57
|
+
and (
|
58
|
+
not hasattr(sb_config, "_virtual_display")
|
59
|
+
or not sb_config._virtual_display
|
60
|
+
)
|
61
|
+
):
|
55
62
|
from sbvirtualdisplay import Display
|
56
63
|
pip_find_lock = fasteners.InterProcessLock(
|
57
64
|
constants.PipInstall.FINDLOCK
|
@@ -87,6 +94,11 @@ def __activate_virtual_display_as_needed(
|
|
87
94
|
backend="xvfb",
|
88
95
|
use_xauth=True,
|
89
96
|
)
|
97
|
+
if "--debug-display" in sys.argv:
|
98
|
+
print(
|
99
|
+
"Starting VDisplay from cdp_util: (%s, %s)"
|
100
|
+
% (_xvfb_width, _xvfb_height)
|
101
|
+
)
|
90
102
|
_xvfb_display.start()
|
91
103
|
if "DISPLAY" not in os.environ.keys():
|
92
104
|
print(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.39.
|
3
|
+
Version: 4.39.6
|
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
|
@@ -88,7 +88,7 @@ Requires-Dist: parse>=1.20.2
|
|
88
88
|
Requires-Dist: parse-type>=0.6.4
|
89
89
|
Requires-Dist: colorama>=0.4.6
|
90
90
|
Requires-Dist: pyyaml>=6.0.2
|
91
|
-
Requires-Dist: pygments>=2.19.
|
91
|
+
Requires-Dist: pygments>=2.19.2
|
92
92
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
93
93
|
Requires-Dist: tabcompleter>=1.4.0
|
94
94
|
Requires-Dist: pdbp>=1.7.0
|
@@ -96,7 +96,7 @@ Requires-Dist: idna==3.10
|
|
96
96
|
Requires-Dist: chardet==5.2.0
|
97
97
|
Requires-Dist: charset-normalizer<4,>=3.4.2
|
98
98
|
Requires-Dist: urllib3<2,>=1.26.20; python_version < "3.10"
|
99
|
-
Requires-Dist: urllib3<2.
|
99
|
+
Requires-Dist: urllib3<2.6.0,>=1.26.20; python_version >= "3.10"
|
100
100
|
Requires-Dist: requests==2.32.4
|
101
101
|
Requires-Dist: sniffio==1.3.1
|
102
102
|
Requires-Dist: h11==0.16.0
|
@@ -117,14 +117,14 @@ Requires-Dist: iniconfig==2.1.0
|
|
117
117
|
Requires-Dist: pluggy==1.5.0; python_version < "3.9"
|
118
118
|
Requires-Dist: pluggy==1.6.0; python_version >= "3.9"
|
119
119
|
Requires-Dist: pytest==8.3.5; python_version < "3.9"
|
120
|
-
Requires-Dist: pytest==8.4.
|
120
|
+
Requires-Dist: pytest==8.4.1; python_version >= "3.9"
|
121
121
|
Requires-Dist: pytest-html==4.0.2
|
122
122
|
Requires-Dist: pytest-metadata==3.1.1
|
123
123
|
Requires-Dist: pytest-ordering==0.6
|
124
124
|
Requires-Dist: pytest-rerunfailures==14.0; python_version < "3.9"
|
125
125
|
Requires-Dist: pytest-rerunfailures==15.1; python_version >= "3.9"
|
126
126
|
Requires-Dist: pytest-xdist==3.6.1; python_version < "3.9"
|
127
|
-
Requires-Dist: pytest-xdist==3.
|
127
|
+
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9"
|
128
128
|
Requires-Dist: parameterized==0.9.0
|
129
129
|
Requires-Dist: behave==1.2.6
|
130
130
|
Requires-Dist: soupsieve==2.7
|
@@ -145,12 +145,12 @@ Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
|
145
145
|
Requires-Dist: pytest-cov>=6.2.1; python_version >= "3.9" and extra == "coverage"
|
146
146
|
Provides-Extra: flake8
|
147
147
|
Requires-Dist: flake8==5.0.4; python_version < "3.9" and extra == "flake8"
|
148
|
-
Requires-Dist: flake8==7.
|
148
|
+
Requires-Dist: flake8==7.3.0; python_version >= "3.9" and extra == "flake8"
|
149
149
|
Requires-Dist: mccabe==0.7.0; extra == "flake8"
|
150
150
|
Requires-Dist: pyflakes==2.5.0; python_version < "3.9" and extra == "flake8"
|
151
|
-
Requires-Dist: pyflakes==3.
|
151
|
+
Requires-Dist: pyflakes==3.4.0; python_version >= "3.9" and extra == "flake8"
|
152
152
|
Requires-Dist: pycodestyle==2.9.1; python_version < "3.9" and extra == "flake8"
|
153
|
-
Requires-Dist: pycodestyle==2.
|
153
|
+
Requires-Dist: pycodestyle==2.14.0; python_version >= "3.9" and extra == "flake8"
|
154
154
|
Provides-Extra: ipdb
|
155
155
|
Requires-Dist: ipdb==0.13.13; extra == "ipdb"
|
156
156
|
Requires-Dist: ipython==7.34.0; extra == "ipdb"
|
@@ -166,7 +166,7 @@ Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
|
166
166
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
167
167
|
Provides-Extra: pillow
|
168
168
|
Requires-Dist: Pillow>=10.4.0; python_version < "3.9" and extra == "pillow"
|
169
|
-
Requires-Dist: Pillow>=11.
|
169
|
+
Requires-Dist: Pillow>=11.3.0; python_version >= "3.9" and extra == "pillow"
|
170
170
|
Provides-Extra: pip-system-certs
|
171
171
|
Requires-Dist: pip-system-certs==4.0; platform_system == "Windows" and extra == "pip-system-certs"
|
172
172
|
Provides-Extra: proxy
|
@@ -14,7 +14,7 @@ parse>=1.20.2
|
|
14
14
|
parse-type>=0.6.4
|
15
15
|
colorama>=0.4.6
|
16
16
|
pyyaml>=6.0.2
|
17
|
-
pygments>=2.19.
|
17
|
+
pygments>=2.19.2
|
18
18
|
tabcompleter>=1.4.0
|
19
19
|
pdbp>=1.7.0
|
20
20
|
idna==3.10
|
@@ -68,7 +68,7 @@ pytest-xdist==3.6.1
|
|
68
68
|
|
69
69
|
[:python_version >= "3.10"]
|
70
70
|
setuptools>=80.9.0
|
71
|
-
urllib3<2.
|
71
|
+
urllib3<2.6.0,>=1.26.20
|
72
72
|
selenium==4.33.0
|
73
73
|
|
74
74
|
[:python_version >= "3.9"]
|
@@ -80,9 +80,9 @@ MarkupSafe>=3.0.2
|
|
80
80
|
trio==0.30.0
|
81
81
|
cssselect==1.3.0
|
82
82
|
pluggy==1.6.0
|
83
|
-
pytest==8.4.
|
83
|
+
pytest==8.4.1
|
84
84
|
pytest-rerunfailures==15.1
|
85
|
-
pytest-xdist==3.
|
85
|
+
pytest-xdist==3.8.0
|
86
86
|
|
87
87
|
[:python_version >= "3.9" and python_version < "3.10"]
|
88
88
|
selenium==4.32.0
|
@@ -111,9 +111,9 @@ pyflakes==2.5.0
|
|
111
111
|
pycodestyle==2.9.1
|
112
112
|
|
113
113
|
[flake8:python_version >= "3.9"]
|
114
|
-
flake8==7.
|
115
|
-
pyflakes==3.
|
116
|
-
pycodestyle==2.
|
114
|
+
flake8==7.3.0
|
115
|
+
pyflakes==3.4.0
|
116
|
+
pycodestyle==2.14.0
|
117
117
|
|
118
118
|
[ipdb]
|
119
119
|
ipdb==0.13.13
|
@@ -145,7 +145,7 @@ cryptography==45.0.4
|
|
145
145
|
Pillow>=10.4.0
|
146
146
|
|
147
147
|
[pillow:python_version >= "3.9"]
|
148
|
-
Pillow>=11.
|
148
|
+
Pillow>=11.3.0
|
149
149
|
|
150
150
|
[pip-system-certs]
|
151
151
|
|
@@ -36,7 +36,7 @@ if sys.argv[-1] == "publish":
|
|
36
36
|
print("You are currently using Python %s\n" % current_ver)
|
37
37
|
sys.exit()
|
38
38
|
print("\n*** Checking code health with flake8:\n")
|
39
|
-
os.system("python -m pip install 'flake8==7.
|
39
|
+
os.system("python -m pip install 'flake8==7.3.0'")
|
40
40
|
flake8_status = os.system("flake8 --exclude=recordings,temp")
|
41
41
|
if flake8_status != 0:
|
42
42
|
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
|
@@ -174,7 +174,7 @@ setup(
|
|
174
174
|
'parse-type>=0.6.4',
|
175
175
|
'colorama>=0.4.6',
|
176
176
|
'pyyaml>=6.0.2',
|
177
|
-
'pygments>=2.19.
|
177
|
+
'pygments>=2.19.2',
|
178
178
|
'pyreadline3>=3.5.3;platform_system=="Windows"',
|
179
179
|
"tabcompleter>=1.4.0",
|
180
180
|
"pdbp>=1.7.0",
|
@@ -182,7 +182,7 @@ setup(
|
|
182
182
|
'chardet==5.2.0',
|
183
183
|
'charset-normalizer>=3.4.2,<4',
|
184
184
|
'urllib3>=1.26.20,<2;python_version<"3.10"',
|
185
|
-
'urllib3>=1.26.20,<2.
|
185
|
+
'urllib3>=1.26.20,<2.6.0;python_version>="3.10"',
|
186
186
|
'requests==2.32.4',
|
187
187
|
'sniffio==1.3.1',
|
188
188
|
'h11==0.16.0',
|
@@ -203,14 +203,14 @@ setup(
|
|
203
203
|
'pluggy==1.5.0;python_version<"3.9"',
|
204
204
|
'pluggy==1.6.0;python_version>="3.9"',
|
205
205
|
'pytest==8.3.5;python_version<"3.9"',
|
206
|
-
'pytest==8.4.
|
206
|
+
'pytest==8.4.1;python_version>="3.9"',
|
207
207
|
"pytest-html==4.0.2", # Newer ones had issues
|
208
208
|
'pytest-metadata==3.1.1',
|
209
209
|
"pytest-ordering==0.6",
|
210
210
|
'pytest-rerunfailures==14.0;python_version<"3.9"',
|
211
211
|
'pytest-rerunfailures==15.1;python_version>="3.9"',
|
212
212
|
'pytest-xdist==3.6.1;python_version<"3.9"',
|
213
|
-
'pytest-xdist==3.
|
213
|
+
'pytest-xdist==3.8.0;python_version>="3.9"',
|
214
214
|
'parameterized==0.9.0',
|
215
215
|
"behave==1.2.6",
|
216
216
|
'soupsieve==2.7',
|
@@ -242,12 +242,12 @@ setup(
|
|
242
242
|
# Usage: flake8
|
243
243
|
"flake8": [
|
244
244
|
'flake8==5.0.4;python_version<"3.9"',
|
245
|
-
'flake8==7.
|
245
|
+
'flake8==7.3.0;python_version>="3.9"',
|
246
246
|
"mccabe==0.7.0",
|
247
247
|
'pyflakes==2.5.0;python_version<"3.9"',
|
248
|
-
'pyflakes==3.
|
248
|
+
'pyflakes==3.4.0;python_version>="3.9"',
|
249
249
|
'pycodestyle==2.9.1;python_version<"3.9"',
|
250
|
-
'pycodestyle==2.
|
250
|
+
'pycodestyle==2.14.0;python_version>="3.9"',
|
251
251
|
],
|
252
252
|
# pip install -e .[ipdb]
|
253
253
|
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
|
@@ -275,7 +275,7 @@ setup(
|
|
275
275
|
# (An optional library for image-processing.)
|
276
276
|
"pillow": [
|
277
277
|
'Pillow>=10.4.0;python_version<"3.9"',
|
278
|
-
'Pillow>=11.
|
278
|
+
'Pillow>=11.3.0;python_version>="3.9"',
|
279
279
|
],
|
280
280
|
# pip install -e .[pip-system-certs]
|
281
281
|
# (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.39.5 → seleniumbase-4.39.6}/seleniumbase/undetected/cdp_driver/_contradict.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.39.5 → seleniumbase-4.39.6}/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.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/grid_hub.py
RENAMED
File without changes
|
{seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/grid_node.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat
RENAMED
File without changes
|
{seleniumbase-4.39.5 → seleniumbase-4.39.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.39.5 → seleniumbase-4.39.6}/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
|