simplex 1.2.58__tar.gz → 1.2.60__tar.gz
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.
Potentially problematic release.
This version of simplex might be problematic. Click here for more details.
- {simplex-1.2.58 → simplex-1.2.60}/PKG-INFO +1 -1
- {simplex-1.2.58 → simplex-1.2.60}/setup.py +1 -1
- {simplex-1.2.58 → simplex-1.2.60}/simplex/simplex.py +1 -1
- {simplex-1.2.58 → simplex-1.2.60}/simplex.egg-info/PKG-INFO +1 -1
- {simplex-1.2.58 → simplex-1.2.60}/LICENSE +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/README.md +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/setup.cfg +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex/__init__.py +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex/cli.py +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex/deploy/__init__.py +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex/deploy/push.py +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex.egg-info/SOURCES.txt +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex.egg-info/dependency_links.txt +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex.egg-info/entry_points.txt +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex.egg-info/requires.txt +0 -0
- {simplex-1.2.58 → simplex-1.2.60}/simplex.egg-info/top_level.txt +0 -0
|
@@ -218,7 +218,7 @@ class Simplex:
|
|
|
218
218
|
)
|
|
219
219
|
if 'succeeded' not in response.json():
|
|
220
220
|
raise ValueError(f"It looks like the click action failed to return a response. Did you set your api_key when creating the Simplex class?")
|
|
221
|
-
if
|
|
221
|
+
if response.json()["succeeded"]:
|
|
222
222
|
return response.json()["element_clicked"]
|
|
223
223
|
else:
|
|
224
224
|
raise ValueError(f"Failed to click element: {response.json()['error']}")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|