seleniumbase 4.35.5__py3-none-any.whl → 4.35.6__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/fixtures/base_case.py +24 -5
- {seleniumbase-4.35.5.dist-info → seleniumbase-4.35.6.dist-info}/METADATA +1 -1
- {seleniumbase-4.35.5.dist-info → seleniumbase-4.35.6.dist-info}/RECORD +8 -8
- {seleniumbase-4.35.5.dist-info → seleniumbase-4.35.6.dist-info}/LICENSE +0 -0
- {seleniumbase-4.35.5.dist-info → seleniumbase-4.35.6.dist-info}/WHEEL +0 -0
- {seleniumbase-4.35.5.dist-info → seleniumbase-4.35.6.dist-info}/entry_points.txt +0 -0
- {seleniumbase-4.35.5.dist-info → seleniumbase-4.35.6.dist-info}/top_level.txt +0 -0
seleniumbase/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.35.
|
2
|
+
__version__ = "4.35.6"
|
@@ -8070,10 +8070,6 @@ class BaseCase(unittest.TestCase):
|
|
8070
8070
|
else:
|
8071
8071
|
found = False
|
8072
8072
|
message = entry["message"]
|
8073
|
-
if message.count(" - Failed to load resource") == 1:
|
8074
|
-
message = message.split(
|
8075
|
-
" - Failed to load resource"
|
8076
|
-
)[0]
|
8077
8073
|
for substring in exclude:
|
8078
8074
|
substring = str(substring)
|
8079
8075
|
if (
|
@@ -8091,7 +8087,30 @@ class BaseCase(unittest.TestCase):
|
|
8091
8087
|
u_c_t_e = " Uncaught TypeError: "
|
8092
8088
|
if f_t_l_r in errors[n]["message"]:
|
8093
8089
|
url = errors[n]["message"].split(f_t_l_r)[0]
|
8094
|
-
|
8090
|
+
if "status of 400" in errors[n]["message"]:
|
8091
|
+
errors[n] = {"Error 400 (Bad Request)": url}
|
8092
|
+
elif "status of 401" in errors[n]["message"]:
|
8093
|
+
errors[n] = {"Error 401 (Unauthorized)": url}
|
8094
|
+
elif "status of 402" in errors[n]["message"]:
|
8095
|
+
errors[n] = {"Error 402 (Payment Required)": url}
|
8096
|
+
elif "status of 403" in errors[n]["message"]:
|
8097
|
+
errors[n] = {"Error 403 (Forbidden)": url}
|
8098
|
+
elif "status of 404" in errors[n]["message"]:
|
8099
|
+
errors[n] = {"Error 404 (Not Found)": url}
|
8100
|
+
elif "status of 405" in errors[n]["message"]:
|
8101
|
+
errors[n] = {"Error 405 (Method Not Allowed)": url}
|
8102
|
+
elif "status of 406" in errors[n]["message"]:
|
8103
|
+
errors[n] = {"Error 406 (Not Acceptable)": url}
|
8104
|
+
elif "status of 407" in errors[n]["message"]:
|
8105
|
+
errors[n] = {"Error 407 (Proxy Auth Required)": url}
|
8106
|
+
elif "status of 408" in errors[n]["message"]:
|
8107
|
+
errors[n] = {"Error 408 (Request Timeout)": url}
|
8108
|
+
elif "status of 409" in errors[n]["message"]:
|
8109
|
+
errors[n] = {"Error 409 (Conflict)": url}
|
8110
|
+
elif "status of 410" in errors[n]["message"]:
|
8111
|
+
errors[n] = {"Error 410 (Gone)": url}
|
8112
|
+
else:
|
8113
|
+
errors[n] = {"Failed to load resource": url}
|
8095
8114
|
elif u_c_s_e in errors[n]["message"]:
|
8096
8115
|
url = errors[n]["message"].split(u_c_s_e)[0]
|
8097
8116
|
error = errors[n]["message"].split(u_c_s_e)[1]
|
@@ -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=Qk_EEqY0cnPtJGo10493AM6wgrednIw-0Fi8Wg6TZTY,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
|
@@ -65,7 +65,7 @@ seleniumbase/extensions/disable_csp.zip,sha256=5RvomXnm2PdivUVcxTV6jfvD8WhTEsQYH
|
|
65
65
|
seleniumbase/extensions/recorder.zip,sha256=OOyzF-Ize2cSRu1CqhzSAq5vusI9hqLLd2OIApUHesI,11918
|
66
66
|
seleniumbase/extensions/sbase_ext.zip,sha256=3s1N8zrVaMz8RQEOIoBzC3KDjtmHwVZRvVsX25Odr_s,8175
|
67
67
|
seleniumbase/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
|
-
seleniumbase/fixtures/base_case.py,sha256=
|
68
|
+
seleniumbase/fixtures/base_case.py,sha256=aIOcu9dSugOubPl93nrNrG0pE1ljPs15GtAXb9Lvmm0,723904
|
69
69
|
seleniumbase/fixtures/constants.py,sha256=WMrItuNyKq3XVJ64NluLIRc4gJCxDw8K8qXED0b9S2w,13752
|
70
70
|
seleniumbase/fixtures/css_to_xpath.py,sha256=9ouDB1xl4MJ2os6JOgTIAyHKOQfuxtxvXC3O5hSnEKA,1954
|
71
71
|
seleniumbase/fixtures/errors.py,sha256=KyxuEVx_e3MPhVrJfNIa_3ltMpbCFxfy_jxK8RFNTns,555
|
@@ -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.35.
|
139
|
-
seleniumbase-4.35.
|
140
|
-
seleniumbase-4.35.
|
141
|
-
seleniumbase-4.35.
|
142
|
-
seleniumbase-4.35.
|
143
|
-
seleniumbase-4.35.
|
138
|
+
seleniumbase-4.35.6.dist-info/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
|
139
|
+
seleniumbase-4.35.6.dist-info/METADATA,sha256=we_9vLwuqFaRKPLMxpz9Fq2YSRWK7z5NVZtnTa6wqYY,86527
|
140
|
+
seleniumbase-4.35.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
141
|
+
seleniumbase-4.35.6.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
|
142
|
+
seleniumbase-4.35.6.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
|
143
|
+
seleniumbase-4.35.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|