seleniumbase 4.42.3__py3-none-any.whl → 4.42.4__py3-none-any.whl

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.
@@ -1,2 +1,2 @@
1
1
  # seleniumbase package
2
- __version__ = "4.42.3"
2
+ __version__ = "4.42.4"
@@ -4317,8 +4317,8 @@ def get_local_driver(
4317
4317
  sys.argv = sys_args # Put back the original sys args
4318
4318
 
4319
4319
  # For Microsoft Edge (Chromium) version 80 or higher
4320
- Edge = webdriver.edge.webdriver.WebDriver
4321
- EdgeOptions = webdriver.edge.webdriver.Options
4320
+ Edge = webdriver.Edge
4321
+ EdgeOptions = webdriver.EdgeOptions
4322
4322
  if local_edgedriver and os.path.exists(local_edgedriver):
4323
4323
  try:
4324
4324
  make_driver_executable_if_not(local_edgedriver)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumbase
3
- Version: 4.42.3
3
+ Version: 4.42.4
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
@@ -72,12 +72,14 @@ Requires-Dist: exceptiongroup>=1.3.0
72
72
  Requires-Dist: websockets~=13.1; python_version < "3.9"
73
73
  Requires-Dist: websockets>=15.0.1; python_version >= "3.9"
74
74
  Requires-Dist: filelock~=3.16.1; python_version < "3.9"
75
- Requires-Dist: filelock>=3.19.1; python_version >= "3.9"
75
+ Requires-Dist: filelock~=3.19.1; python_version >= "3.9" and python_version < "3.10"
76
+ Requires-Dist: filelock>=3.20.0; python_version >= "3.10"
76
77
  Requires-Dist: fasteners>=0.20
77
78
  Requires-Dist: mycdp>=1.2.0
78
79
  Requires-Dist: pynose>=1.5.5
79
- Requires-Dist: platformdirs>=4.3.6; python_version < "3.9"
80
- Requires-Dist: platformdirs>=4.4.0; python_version >= "3.9"
80
+ Requires-Dist: platformdirs~=4.3.6; python_version < "3.9"
81
+ Requires-Dist: platformdirs~=4.4.0; python_version >= "3.9" and python_version < "3.10"
82
+ Requires-Dist: platformdirs>=4.5.0; python_version >= "3.10"
81
83
  Requires-Dist: typing-extensions~=4.13.2; python_version < "3.9"
82
84
  Requires-Dist: typing-extensions>=4.15.0; python_version >= "3.9"
83
85
  Requires-Dist: sbvirtualdisplay>=1.4.0
@@ -90,7 +92,7 @@ Requires-Dist: parse-type>=0.6.6
90
92
  Requires-Dist: colorama>=0.4.6
91
93
  Requires-Dist: pyyaml>=6.0.3
92
94
  Requires-Dist: pygments>=2.19.2
93
- Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
95
+ Requires-Dist: pyreadline3>=3.5.4; platform_system == "Windows"
94
96
  Requires-Dist: tabcompleter>=1.4.0
95
97
  Requires-Dist: pdbp>=1.7.1
96
98
  Requires-Dist: idna==3.10
@@ -139,7 +141,7 @@ Requires-Dist: PyAutoGUI>=0.9.54; platform_system == "Linux"
139
141
  Requires-Dist: markdown-it-py==3.0.0; python_version < "3.10"
140
142
  Requires-Dist: markdown-it-py==4.0.0; python_version >= "3.10"
141
143
  Requires-Dist: mdurl==0.1.2
142
- Requires-Dist: rich<15,>=14.1.0
144
+ Requires-Dist: rich<15,>=14.2.0
143
145
  Provides-Extra: allure
144
146
  Requires-Dist: allure-pytest>=2.13.5; extra == "allure"
145
147
  Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
@@ -3,7 +3,7 @@ sbase/__main__.py,sha256=G0bVB1-DM4PGwQ1KyOupaWCs4ePbChZNNWuX2htim5U,647
3
3
  sbase/steps.py,sha256=wiPSWZhFpBlWvkqXRJ18btpBu3nQaw9K5AzIJNAX5RM,43521
4
4
  seleniumbase/__init__.py,sha256=JFEY9P5QJqsa1M6ghzLMH2eIPQyh85iglCaQwg8Y8z4,2498
5
5
  seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
6
- seleniumbase/__version__.py,sha256=NxDRTsK1en5AnzYTB768P_f5d5U9tzqllrffTcSIHfY,46
6
+ seleniumbase/__version__.py,sha256=XfqlisgEGdUvw8FkT-NC7OyGmKmt_1-6RFkqr_Vt3DI,46
7
7
  seleniumbase/behave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  seleniumbase/behave/behave_helper.py,sha256=lJtagtivSbEpbRj0EKV4l4PuPU6NANONJJAnYwgVCe0,24379
9
9
  seleniumbase/behave/behave_sb.py,sha256=guLihFsr1uJ4v2AR3r3Vy_BTeHrHwy2JEJxhp-MVnZA,59872
@@ -36,7 +36,7 @@ seleniumbase/console_scripts/sb_print.py,sha256=tNy-bMDgwHJO3bZxMpmo9weSE8uhbH0C
36
36
  seleniumbase/console_scripts/sb_recorder.py,sha256=DH-n2fN7N9qyHMl7wjtn8MiliBgfw-1kwgmfg1GUuhk,10772
37
37
  seleniumbase/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  seleniumbase/core/application_manager.py,sha256=e_0sjtI8cjY5BNyZj1QBR0j6_oCScxGmSXYEpcYwuZE,576
39
- seleniumbase/core/browser_launcher.py,sha256=6o5oVuploZ-DSU3edaroFR98uqxIYyiRRP9DB-Y7xR0,250719
39
+ seleniumbase/core/browser_launcher.py,sha256=i2Y8_cYpR103zWf65cRTCwhnJQQEpbVhYH9UQKXYF90,250688
40
40
  seleniumbase/core/capabilities_parser.py,sha256=meIS2uHapTCq2ldfNAToC7r0cKmZDRXuYNKExM1GHDY,6038
41
41
  seleniumbase/core/colored_traceback.py,sha256=DrRWfg7XEnKcgY59Xj7Jdk09H-XqHYBSUpB-DiZt6iY,2020
42
42
  seleniumbase/core/create_db_tables.sql,sha256=VWPtrdiW_HQ6yETHjqTu-VIrTwvd8I8o1NfBeaVSHpU,972
@@ -137,9 +137,9 @@ seleniumbase/utilities/selenium_grid/start-grid-hub.bat,sha256=Ftq-GrAKRYH2ssDPr
137
137
  seleniumbase/utilities/selenium_grid/start-grid-hub.sh,sha256=KADv0RUHONLL2_I443QFK8PryBpDmKn5Gy0s4o0vDSM,106
138
138
  seleniumbase/utilities/selenium_ide/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
139
  seleniumbase/utilities/selenium_ide/convert_ide.py,sha256=pZFnqEJQEKZPyNFjkLD29s2HPQgCrWW9XJWpCPhWOoM,31691
140
- seleniumbase-4.42.3.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
141
- seleniumbase-4.42.3.dist-info/METADATA,sha256=spZZe0MvPKyG3c0xO1JF1Dp_dKNSthItrviEXMnMmss,89304
142
- seleniumbase-4.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
- seleniumbase-4.42.3.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
- seleniumbase-4.42.3.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
- seleniumbase-4.42.3.dist-info/RECORD,,
140
+ seleniumbase-4.42.4.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
141
+ seleniumbase-4.42.4.dist-info/METADATA,sha256=rZJaeZmWtedSbZT_0SihwgvcSlfa5NEuVfmF3uIB40U,89479
142
+ seleniumbase-4.42.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
+ seleniumbase-4.42.4.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
+ seleniumbase-4.42.4.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
+ seleniumbase-4.42.4.dist-info/RECORD,,