seleniumbase 4.34.3__py3-none-any.whl → 4.34.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- seleniumbase/__version__.py +1 -1
- seleniumbase/console_scripts/sb_install.py +9 -4
- seleniumbase/console_scripts/sb_mkdir.py +21 -0
- {seleniumbase-4.34.3.dist-info → seleniumbase-4.34.4.dist-info}/METADATA +2 -2
- {seleniumbase-4.34.3.dist-info → seleniumbase-4.34.4.dist-info}/RECORD +9 -9
- {seleniumbase-4.34.3.dist-info → seleniumbase-4.34.4.dist-info}/LICENSE +0 -0
- {seleniumbase-4.34.3.dist-info → seleniumbase-4.34.4.dist-info}/WHEEL +0 -0
- {seleniumbase-4.34.3.dist-info → seleniumbase-4.34.4.dist-info}/entry_points.txt +0 -0
- {seleniumbase-4.34.3.dist-info → seleniumbase-4.34.4.dist-info}/top_level.txt +0 -0
seleniumbase/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.34.
|
2
|
+
__version__ = "4.34.4"
|
@@ -39,6 +39,7 @@ import time
|
|
39
39
|
import tarfile
|
40
40
|
import urllib3
|
41
41
|
import zipfile
|
42
|
+
from contextlib import suppress
|
42
43
|
from seleniumbase.fixtures import constants
|
43
44
|
from seleniumbase.fixtures import shared_utils
|
44
45
|
from seleniumbase import config as sb_config
|
@@ -1200,7 +1201,7 @@ def main(override=None, intel_for_uc=None, force_uc=None):
|
|
1200
1201
|
driver_path = None
|
1201
1202
|
driver_file = None
|
1202
1203
|
base_path = os.sep.join(zip_file_path.split(os.sep)[:-1])
|
1203
|
-
folder_name = contents[0].split(
|
1204
|
+
folder_name = contents[0].split("/")[0]
|
1204
1205
|
folder_path = os.path.join(base_path, folder_name)
|
1205
1206
|
if IS_MAC or IS_LINUX:
|
1206
1207
|
if (
|
@@ -1221,12 +1222,14 @@ def main(override=None, intel_for_uc=None, force_uc=None):
|
|
1221
1222
|
zip_file_path,
|
1222
1223
|
"-DestinationPath",
|
1223
1224
|
downloads_folder,
|
1225
|
+
"-Force",
|
1224
1226
|
]
|
1225
1227
|
)
|
1226
1228
|
else:
|
1227
1229
|
zip_ref.extractall(downloads_folder)
|
1228
1230
|
zip_ref.close()
|
1229
|
-
|
1231
|
+
with suppress(Exception):
|
1232
|
+
os.remove(zip_file_path)
|
1230
1233
|
log_d("%sUnzip Complete!%s\n" % (c2, cr))
|
1231
1234
|
pr_base_path = c3 + base_path + cr
|
1232
1235
|
pr_sep = c3 + os.sep + cr
|
@@ -1240,7 +1243,7 @@ def main(override=None, intel_for_uc=None, force_uc=None):
|
|
1240
1243
|
driver_path = None
|
1241
1244
|
driver_file = None
|
1242
1245
|
base_path = os.sep.join(zip_file_path.split(os.sep)[:-1])
|
1243
|
-
folder_name = contents[0].split(
|
1246
|
+
folder_name = contents[0].split("/")[0]
|
1244
1247
|
folder_path = os.path.join(base_path, folder_name)
|
1245
1248
|
if IS_MAC or IS_LINUX:
|
1246
1249
|
if (
|
@@ -1261,12 +1264,14 @@ def main(override=None, intel_for_uc=None, force_uc=None):
|
|
1261
1264
|
zip_file_path,
|
1262
1265
|
"-DestinationPath",
|
1263
1266
|
downloads_folder,
|
1267
|
+
"-Force",
|
1264
1268
|
]
|
1265
1269
|
)
|
1266
1270
|
else:
|
1267
1271
|
zip_ref.extractall(downloads_folder)
|
1268
1272
|
zip_ref.close()
|
1269
|
-
|
1273
|
+
with suppress(Exception):
|
1274
|
+
os.remove(zip_file_path)
|
1270
1275
|
log_d("%sUnzip Complete!%s\n" % (c2, cr))
|
1271
1276
|
pr_base_path = c3 + base_path + cr
|
1272
1277
|
pr_sep = c3 + os.sep + cr
|
@@ -247,6 +247,27 @@ def main():
|
|
247
247
|
data.append("msedgedriver.exe")
|
248
248
|
data.append("operadriver.exe")
|
249
249
|
data.append("uc_driver.exe")
|
250
|
+
data.append("chrome-mac-arm64.zip")
|
251
|
+
data.append("chrome-mac-x64.zip")
|
252
|
+
data.append("chrome-linux64.zip")
|
253
|
+
data.append("chrome-win64.zip")
|
254
|
+
data.append("chrome-win32.zip")
|
255
|
+
data.append("chrome-mac-arm64")
|
256
|
+
data.append("chrome-mac-x64")
|
257
|
+
data.append("chrome-linux64")
|
258
|
+
data.append("chrome-win64")
|
259
|
+
data.append("chrome-win32")
|
260
|
+
data.append("chrome-headless-shell-mac-arm64.zip")
|
261
|
+
data.append("chrome-headless-shell-mac-x64.zip")
|
262
|
+
data.append("chrome-headless-shell-linux64.zip")
|
263
|
+
data.append("chrome-headless-shell-win64.zip")
|
264
|
+
data.append("chrome-headless-shell-win32.zip")
|
265
|
+
data.append("chrome-headless-shell-mac-arm64")
|
266
|
+
data.append("chrome-headless-shell-mac-x64")
|
267
|
+
data.append("chrome-headless-shell-linux64")
|
268
|
+
data.append("chrome-headless-shell-win64")
|
269
|
+
data.append("chrome-headless-shell-win32")
|
270
|
+
data.append("libc++.dylib")
|
250
271
|
data.append("logs")
|
251
272
|
data.append("latest_logs")
|
252
273
|
data.append("log_archives")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.34.
|
3
|
+
Version: 4.34.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
|
@@ -59,7 +59,7 @@ Classifier: Topic :: Utilities
|
|
59
59
|
Requires-Python: >=3.8
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
|
-
Requires-Dist: pip>=
|
62
|
+
Requires-Dist: pip>=25.0
|
63
63
|
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=75.8.0; python_version >= "3.10"
|
@@ -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=OtJh8nGKL4xtZpw8KPqmn7Q6R-86t4cWUDyVF5MbMTo,2398
|
5
5
|
seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
|
6
|
-
seleniumbase/__version__.py,sha256=
|
6
|
+
seleniumbase/__version__.py,sha256=A7YXswvIpAakIGzXlGIW8Xuqrjf271ya2J-OuTKhSoc,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
|
@@ -25,9 +25,9 @@ seleniumbase/console_scripts/run.py,sha256=6Q9kbpOY40kTczcQVrD-x6thb3QO9-2wfse7D
|
|
25
25
|
seleniumbase/console_scripts/sb_behave_gui.py,sha256=3Zl7_QQczvkkQW_UuaqYEUlEjiZ6AJzHR9GeNyVVXkc,15147
|
26
26
|
seleniumbase/console_scripts/sb_caseplans.py,sha256=qlmvjQ49bOBE1Q29fVmabimkVibCVr25GNtJhFPTMrc,18145
|
27
27
|
seleniumbase/console_scripts/sb_commander.py,sha256=exQGKzqRAoGqRmQtDmlmoHnSG9eSy9eh8HVy-tXw6s4,13343
|
28
|
-
seleniumbase/console_scripts/sb_install.py,sha256=
|
28
|
+
seleniumbase/console_scripts/sb_install.py,sha256=RdByOmTQebibRFk5ym-FtFr0Gf91_ZfOsBB2MN5izUc,55524
|
29
29
|
seleniumbase/console_scripts/sb_mkchart.py,sha256=ep9g-9CSIwaOJKVxhB3xjRQpfsuApyN8-Dr129cNXwQ,10941
|
30
|
-
seleniumbase/console_scripts/sb_mkdir.py,sha256=
|
30
|
+
seleniumbase/console_scripts/sb_mkdir.py,sha256=TpXjsG-SZE496EFhbR1aJr5tcHRBo57QSmA9nfpxNXs,30713
|
31
31
|
seleniumbase/console_scripts/sb_mkfile.py,sha256=OWYd4yFccmjrd-gNn1t1una-HDRU2_N2-r4Tg3nHsj0,17744
|
32
32
|
seleniumbase/console_scripts/sb_mkpres.py,sha256=EWFRVacjYTX49y-fEiYTZacM9_01IxuuaO4nMjHrIGo,11015
|
33
33
|
seleniumbase/console_scripts/sb_mkrec.py,sha256=PrizjTmyrROYPO0yDm-zQS3QSfsZNeAmcJKKUvfgLhc,11966
|
@@ -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.34.
|
139
|
-
seleniumbase-4.34.
|
140
|
-
seleniumbase-4.34.
|
141
|
-
seleniumbase-4.34.
|
142
|
-
seleniumbase-4.34.
|
143
|
-
seleniumbase-4.34.
|
138
|
+
seleniumbase-4.34.4.dist-info/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
|
139
|
+
seleniumbase-4.34.4.dist-info/METADATA,sha256=KbnooUr5L7oZ3IBAtMXR6N7D0Ei_gNh0YTRQKkxK7J0,86520
|
140
|
+
seleniumbase-4.34.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
141
|
+
seleniumbase-4.34.4.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
|
142
|
+
seleniumbase-4.34.4.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
|
143
|
+
seleniumbase-4.34.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|