seleniumbase 4.29.9__py3-none-any.whl → 4.30.0__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.29.9"
2
+ __version__ = "4.30.0"
@@ -6759,6 +6759,7 @@ class BaseCase(unittest.TestCase):
6759
6759
  for link in all_links:
6760
6760
  if (
6761
6761
  "data:" not in link
6762
+ and "tel:" not in link
6762
6763
  and "mailto:" not in link
6763
6764
  and "javascript:" not in link
6764
6765
  and "://fonts.gstatic.com" not in link
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: seleniumbase
3
- Version: 4.29.9
3
+ Version: 4.30.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
@@ -62,9 +62,9 @@ Requires-Dist: attrs >=24.2.0
62
62
  Requires-Dist: certifi >=2024.7.4
63
63
  Requires-Dist: exceptiongroup >=1.2.2
64
64
  Requires-Dist: parse >=1.20.2
65
- Requires-Dist: parse-type >=0.6.2
65
+ Requires-Dist: parse-type >=0.6.3
66
66
  Requires-Dist: six ==1.16.0
67
- Requires-Dist: idna ==3.7
67
+ Requires-Dist: idna ==3.8
68
68
  Requires-Dist: chardet ==5.2.0
69
69
  Requires-Dist: charset-normalizer ==3.3.2
70
70
  Requires-Dist: requests ==2.31.0
@@ -90,7 +90,7 @@ Requires-Dist: pdbp ==1.5.4
90
90
  Requires-Dist: colorama ==0.4.6
91
91
  Requires-Dist: pyotp ==2.9.0
92
92
  Requires-Dist: mdurl ==0.1.2
93
- Requires-Dist: rich ==13.7.1
93
+ Requires-Dist: rich ==13.8.0
94
94
  Requires-Dist: python-xlib ==0.33 ; platform_system == "Linux"
95
95
  Requires-Dist: pyreadline3 ==3.4.1 ; platform_system == "Windows"
96
96
  Requires-Dist: urllib3 <2,>=1.26.19 ; python_version < "3.10"
@@ -123,14 +123,14 @@ Requires-Dist: typing-extensions >=4.12.2 ; python_version >= "3.8"
123
123
  Requires-Dist: pyyaml >=6.0.2 ; python_version >= "3.8"
124
124
  Requires-Dist: trio ==0.26.2 ; python_version >= "3.8"
125
125
  Requires-Dist: websocket-client ==1.8.0 ; python_version >= "3.8"
126
- Requires-Dist: selenium ==4.23.1 ; python_version >= "3.8"
126
+ Requires-Dist: selenium ==4.24.0 ; python_version >= "3.8"
127
127
  Requires-Dist: execnet ==2.1.1 ; python_version >= "3.8"
128
128
  Requires-Dist: pluggy ==1.5.0 ; python_version >= "3.8"
129
129
  Requires-Dist: pytest ==8.3.2 ; python_version >= "3.8"
130
130
  Requires-Dist: pytest-metadata ==3.1.1 ; python_version >= "3.8"
131
131
  Requires-Dist: pytest-rerunfailures ==14.0 ; python_version >= "3.8"
132
132
  Requires-Dist: pytest-xdist ==3.6.1 ; python_version >= "3.8"
133
- Requires-Dist: soupsieve ==2.5 ; python_version >= "3.8"
133
+ Requires-Dist: soupsieve ==2.6 ; python_version >= "3.8"
134
134
  Requires-Dist: pygments ==2.18.0 ; python_version >= "3.8"
135
135
  Requires-Dist: markdown-it-py ==3.0.0 ; python_version >= "3.8"
136
136
  Requires-Dist: setuptools ~=70.2 ; python_version >= "3.8" and python_version < "3.10"
@@ -178,6 +178,7 @@ Requires-Dist: selenium-stealth ==1.0.6 ; extra == 'selenium-stealth'
178
178
  Provides-Extra: selenium-wire
179
179
  Requires-Dist: selenium-wire ==5.1.0 ; extra == 'selenium-wire'
180
180
  Requires-Dist: pyOpenSSL ==24.2.1 ; extra == 'selenium-wire'
181
+ Requires-Dist: pyparsing >=3.1.4 ; extra == 'selenium-wire'
181
182
  Requires-Dist: Brotli ==1.1.0 ; extra == 'selenium-wire'
182
183
  Requires-Dist: blinker ==1.7.0 ; extra == 'selenium-wire'
183
184
  Requires-Dist: h2 ==4.1.0 ; extra == 'selenium-wire'
@@ -1558,6 +1559,7 @@ pytest --reruns=1 --reruns-delay=1
1558
1559
 
1559
1560
  <div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" title="SeleniumBase" width="240" /></a></div>
1560
1561
  <div><a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a></div> <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></div> <div><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://img.shields.io/gitter/room/seleniumbase/SeleniumBase.svg" alt="Gitter chat"/></a></div>
1562
+ <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" alt="Featured|HelloGitHub" style="width: 173px; height: 38px;" width="173" height="38" /></a></div>
1561
1563
  <div><a href="https://pepy.tech/project/seleniumbase" target="_blank"><img src="https://static.pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a></div>
1562
1564
  <div><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>
1563
1565
  <div align="left"><img src="https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width="124px" height="28px" alt="Views" /></div>
@@ -5,7 +5,7 @@ sbase/steps.py,sha256=bKT_u5bJkKzYWEuAXi9NVVRYYxQRCM1_YJUrNFFRVPY,42865
5
5
  seleniumbase/ReadMe.md,sha256=4nEdto4d0Ch0Zneg0yAC-RBBdqRqPUP0SCo-ze_XDPM,3612
6
6
  seleniumbase/__init__.py,sha256=dgq30q6wGO2fJOVYemxC5hLxzv-of-MRn5P1YarBq5k,2263
7
7
  seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
8
- seleniumbase/__version__.py,sha256=K7oWQM2Se1ae6tk-zeGpATgCw9BOdGfbwqaicuyDRvo,46
8
+ seleniumbase/__version__.py,sha256=2LQZxA2MHN0gDWi7lH0LnKGsK_Dk0DOG8QJwGK7SeMk,46
9
9
  seleniumbase/behave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  seleniumbase/behave/behave_helper.py,sha256=elkl8P9eLulRAioLstE9baYNM9N_PHBmAOcajX-pH_Y,24198
11
11
  seleniumbase/behave/behave_sb.py,sha256=q4uYZixZBf7VYWnQnEk2weTcyMy1X1faR3vyYvUzDiA,56406
@@ -70,7 +70,7 @@ seleniumbase/extensions/disable_csp.zip,sha256=YMifIIgEBiLrEFrS1sfW4Exh4br1V4oK1
70
70
  seleniumbase/extensions/recorder.zip,sha256=OOyzF-Ize2cSRu1CqhzSAq5vusI9hqLLd2OIApUHesI,11918
71
71
  seleniumbase/extensions/sbase_ext.zip,sha256=3s1N8zrVaMz8RQEOIoBzC3KDjtmHwVZRvVsX25Odr_s,8175
72
72
  seleniumbase/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
- seleniumbase/fixtures/base_case.py,sha256=V1ashm9TqaDi7Lhv38HZz5mHQ8o4ag2CscfNXJuYmJo,701890
73
+ seleniumbase/fixtures/base_case.py,sha256=f63hweOgG8Zr0GrbaL-CV8TKGkHkhbR0pWuTmGsn8GM,701929
74
74
  seleniumbase/fixtures/constants.py,sha256=TapuGLdERtvZPGMblVXkNGybr8tj8FMtN3sbJ3ygyoc,13569
75
75
  seleniumbase/fixtures/css_to_xpath.py,sha256=9ouDB1xl4MJ2os6JOgTIAyHKOQfuxtxvXC3O5hSnEKA,1954
76
76
  seleniumbase/fixtures/errors.py,sha256=KyxuEVx_e3MPhVrJfNIa_3ltMpbCFxfy_jxK8RFNTns,555
@@ -137,9 +137,9 @@ seleniumbase/utilities/selenium_grid/start-grid-hub.sh,sha256=KADv0RUHONLL2_I443
137
137
  seleniumbase/utilities/selenium_ide/ReadMe.md,sha256=hznGeuMpkIimqMiZBW-4goIy2ltW4l8X9kb0YSPUQfE,4483
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.29.9.dist-info/LICENSE,sha256=odSYtWibXBnQ1gBg6CnDZ82n8kLF_if5-2nbqnEyD8k,1085
141
- seleniumbase-4.29.9.dist-info/METADATA,sha256=_HNAOVVpaQQplvd0Heva3qVY5QO-u9llC9LNB6oVF9E,85783
142
- seleniumbase-4.29.9.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
143
- seleniumbase-4.29.9.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
- seleniumbase-4.29.9.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
- seleniumbase-4.29.9.dist-info/RECORD,,
140
+ seleniumbase-4.30.0.dist-info/LICENSE,sha256=odSYtWibXBnQ1gBg6CnDZ82n8kLF_if5-2nbqnEyD8k,1085
141
+ seleniumbase-4.30.0.dist-info/METADATA,sha256=hsLLWlsN-hlsjf54EJrA6B--5AULFyGjLblKoehSZ6Q,86174
142
+ seleniumbase-4.30.0.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
143
+ seleniumbase-4.30.0.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
+ seleniumbase-4.30.0.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
+ seleniumbase-4.30.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (74.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5