seleniumbase 4.37.12__py3-none-any.whl → 4.38.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.
- seleniumbase/__version__.py +1 -1
- {seleniumbase-4.37.12.dist-info → seleniumbase-4.38.0.dist-info}/METADATA +5 -5
- {seleniumbase-4.37.12.dist-info → seleniumbase-4.38.0.dist-info}/RECORD +7 -7
- {seleniumbase-4.37.12.dist-info → seleniumbase-4.38.0.dist-info}/WHEEL +0 -0
- {seleniumbase-4.37.12.dist-info → seleniumbase-4.38.0.dist-info}/entry_points.txt +0 -0
- {seleniumbase-4.37.12.dist-info → seleniumbase-4.38.0.dist-info}/licenses/LICENSE +0 -0
- {seleniumbase-4.37.12.dist-info → seleniumbase-4.38.0.dist-info}/top_level.txt +0 -0
seleniumbase/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.
|
2
|
+
__version__ = "4.38.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.38.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
|
@@ -60,7 +60,7 @@ Requires-Python: >=3.8
|
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
62
|
Requires-Dist: pip>=25.0.1; python_version < "3.9"
|
63
|
-
Requires-Dist: pip>=25.1; python_version >= "3.9"
|
63
|
+
Requires-Dist: pip>=25.1.1; python_version >= "3.9"
|
64
64
|
Requires-Dist: packaging>=25.0
|
65
65
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
66
66
|
Requires-Dist: setuptools>=80.1.0; python_version >= "3.10"
|
@@ -93,7 +93,7 @@ Requires-Dist: tabcompleter>=1.4.0
|
|
93
93
|
Requires-Dist: pdbp>=1.7.0
|
94
94
|
Requires-Dist: idna==3.10
|
95
95
|
Requires-Dist: chardet==5.2.0
|
96
|
-
Requires-Dist: charset-normalizer
|
96
|
+
Requires-Dist: charset-normalizer<4,>=3.4.2
|
97
97
|
Requires-Dist: urllib3<2,>=1.26.20; python_version < "3.10"
|
98
98
|
Requires-Dist: urllib3<2.5.0,>=1.26.20; python_version >= "3.10"
|
99
99
|
Requires-Dist: requests==2.32.3
|
@@ -106,7 +106,7 @@ Requires-Dist: trio-websocket==0.12.2
|
|
106
106
|
Requires-Dist: wsproto==1.2.0
|
107
107
|
Requires-Dist: websocket-client==1.8.0
|
108
108
|
Requires-Dist: selenium==4.27.1; python_version < "3.9"
|
109
|
-
Requires-Dist: selenium==4.
|
109
|
+
Requires-Dist: selenium==4.32.0; python_version >= "3.9"
|
110
110
|
Requires-Dist: cssselect==1.2.0; python_version < "3.9"
|
111
111
|
Requires-Dist: cssselect==1.3.0; python_version >= "3.9"
|
112
112
|
Requires-Dist: sortedcontainers==2.4.0
|
@@ -156,7 +156,7 @@ Provides-Extra: pdfminer
|
|
156
156
|
Requires-Dist: pdfminer.six==20250324; python_version < "3.9" and extra == "pdfminer"
|
157
157
|
Requires-Dist: pdfminer.six==20250416; python_version >= "3.9" and extra == "pdfminer"
|
158
158
|
Requires-Dist: cryptography==39.0.2; python_version < "3.9" and extra == "pdfminer"
|
159
|
-
Requires-Dist: cryptography==44.0.
|
159
|
+
Requires-Dist: cryptography==44.0.3; python_version >= "3.9" and extra == "pdfminer"
|
160
160
|
Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
161
161
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
162
162
|
Provides-Extra: pillow
|
@@ -3,7 +3,7 @@ sbase/__main__.py,sha256=G0bVB1-DM4PGwQ1KyOupaWCs4ePbChZNNWuX2htim5U,647
|
|
3
3
|
sbase/steps.py,sha256=_WvAjydKqZfTdnZW9LPKkRty-g-lfdUPmLqnZj6ulcs,43013
|
4
4
|
seleniumbase/__init__.py,sha256=JFEY9P5QJqsa1M6ghzLMH2eIPQyh85iglCaQwg8Y8z4,2498
|
5
5
|
seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
|
6
|
-
seleniumbase/__version__.py,sha256=
|
6
|
+
seleniumbase/__version__.py,sha256=dkLMtZE7ayzjDwvmPUjs7BJljl0YEr3nJ7tpeg7BnVE,46
|
7
7
|
seleniumbase/behave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
seleniumbase/behave/behave_helper.py,sha256=elkl8P9eLulRAioLstE9baYNM9N_PHBmAOcajX-pH_Y,24198
|
9
9
|
seleniumbase/behave/behave_sb.py,sha256=qQF85LoohJBfrPK5ZcPi50v-pWtOrC9qcN1B3Ki_3tY,59401
|
@@ -135,9 +135,9 @@ seleniumbase/utilities/selenium_grid/start-grid-hub.bat,sha256=Ftq-GrAKRYH2ssDPr
|
|
135
135
|
seleniumbase/utilities/selenium_grid/start-grid-hub.sh,sha256=KADv0RUHONLL2_I443QFK8PryBpDmKn5Gy0s4o0vDSM,106
|
136
136
|
seleniumbase/utilities/selenium_ide/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
137
137
|
seleniumbase/utilities/selenium_ide/convert_ide.py,sha256=pZFnqEJQEKZPyNFjkLD29s2HPQgCrWW9XJWpCPhWOoM,31691
|
138
|
-
seleniumbase-4.
|
139
|
-
seleniumbase-4.
|
140
|
-
seleniumbase-4.
|
141
|
-
seleniumbase-4.
|
142
|
-
seleniumbase-4.
|
143
|
-
seleniumbase-4.
|
138
|
+
seleniumbase-4.38.0.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
|
139
|
+
seleniumbase-4.38.0.dist-info/METADATA,sha256=MEjTvqnBfGMTc5sija9wSdPKTju6Yl3kxevB_YpVPyE,86958
|
140
|
+
seleniumbase-4.38.0.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
141
|
+
seleniumbase-4.38.0.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
|
142
|
+
seleniumbase-4.38.0.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
|
143
|
+
seleniumbase-4.38.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|