anchorbrowser 0.3.0__tar.gz → 0.3.1__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.
- anchorbrowser-0.3.1/.release-please-manifest.json +3 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/CHANGELOG.md +8 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/PKG-INFO +26 -22
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/README.md +25 -21
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/pyproject.toml +1 -1
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_version.py +1 -1
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_client.py +20 -28
- anchorbrowser-0.3.0/.release-please-manifest.json +0 -3
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/.gitignore +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/CONTRIBUTING.md +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/LICENSE +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/SECURITY.md +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/api.md +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/bin/check-release-environment +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/bin/publish-pypi +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/examples/.keep +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/noxfile.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/release-please-config.json +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/requirements-dev.lock +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/requirements.lock +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_base_client.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_client.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_compat.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_constants.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_exceptions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_files.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_models.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_qs.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_resource.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_streaming.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_types.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_compat.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_datetime_parse.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_logs.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_proxy.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_reflection.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_resources_proxy.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_streams.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_sync.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_transform.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_typing.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/_utils/_utils.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/lib/.keep +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/lib/agent.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/lib/browser.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/py.typed +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/agent.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/batch_sessions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/browser.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/events.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/extensions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/profiles.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/agent.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/files.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/all.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/clipboard.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/keyboard.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/mouse.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/recordings/primary.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/recordings/recordings.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/sessions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/task.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/tools.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_create_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_create_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_retrieve_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_signal_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_wait_for_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_wait_for_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_delete_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_list_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_manifest.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_retrieve_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_upload_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_upload_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_create_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_list_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_retrieve_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_copy_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_create_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_create_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_drag_and_drop_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_drag_and_drop_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_goto_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_goto_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_list_pages_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_paste_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_paste_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_retrieve_downloads_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_retrieve_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_scroll_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_scroll_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_upload_file_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_upload_file_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/file_list_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/file_upload_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/file_upload_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/all_status_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_get_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_set_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_set_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_shortcut_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_shortcut_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_type_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_type_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_click_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_click_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_double_click_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_double_click_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_move_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_move_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recording_list_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recording_pause_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recording_resume_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/shared/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/shared/success_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/run_execute_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/run_execute_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_create_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_create_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_list_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task_list_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_fetch_webpage_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_fetch_webpage_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_perform_web_task_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_perform_web_task_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_screenshot_webpage_params.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/agent/test_files.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/recordings/__init__.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/recordings/test_primary.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_agent.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_all.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_clipboard.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_keyboard.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_mouse.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/test_recordings.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_batch_sessions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_events.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_extensions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_profiles.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_sessions.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_task.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/test_tools.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/conftest.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/sample_file.txt +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_deepcopy.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_extract_files.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_files.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_models.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_qs.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_required_args.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_response.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_streaming.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_transform.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_utils/test_proxy.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/test_utils/test_typing.py +0 -0
- {anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.1 (2025-10-26)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.3.0...v0.3.1](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.3.0...v0.3.1)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** manual updates ([ab2e49e](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/commit/ab2e49eeb383bef056d6255e30503363fa87869e))
|
|
10
|
+
|
|
3
11
|
## 0.3.0 (2025-10-21)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.2.0...v0.3.0](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/compare/v0.2.0...v0.3.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: anchorbrowser
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: The official Python library for the anchorbrowser API
|
|
5
5
|
Project-URL: Homepage, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
6
6
|
Project-URL: Repository, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
@@ -68,10 +68,10 @@ client = Anchorbrowser(
|
|
|
68
68
|
api_key=os.environ.get("ANCHORBROWSER_API_KEY"), # This is the default and can be omitted
|
|
69
69
|
)
|
|
70
70
|
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
session = client.sessions.create(
|
|
72
|
+
session={"recording": {"active": False}},
|
|
73
73
|
)
|
|
74
|
-
print(
|
|
74
|
+
print(session.data)
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
While you can provide an `api_key` keyword argument,
|
|
@@ -94,10 +94,10 @@ client = AsyncAnchorbrowser(
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
async def main() -> None:
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
session = await client.sessions.create(
|
|
98
|
+
session={"recording": {"active": False}},
|
|
99
99
|
)
|
|
100
|
-
print(
|
|
100
|
+
print(session.data)
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
asyncio.run(main())
|
|
@@ -129,10 +129,10 @@ async def main() -> None:
|
|
|
129
129
|
api_key="Your API Key",
|
|
130
130
|
http_client=DefaultAioHttpClient(),
|
|
131
131
|
) as client:
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
session = await client.sessions.create(
|
|
133
|
+
session={"recording": {"active": False}},
|
|
134
134
|
)
|
|
135
|
-
print(
|
|
135
|
+
print(session.data)
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
asyncio.run(main())
|
|
@@ -196,8 +196,8 @@ from anchorbrowser import Anchorbrowser
|
|
|
196
196
|
client = Anchorbrowser()
|
|
197
197
|
|
|
198
198
|
try:
|
|
199
|
-
client.
|
|
200
|
-
|
|
199
|
+
client.sessions.create(
|
|
200
|
+
session={"recording": {"active": False}},
|
|
201
201
|
)
|
|
202
202
|
except anchorbrowser.APIConnectionError as e:
|
|
203
203
|
print("The server could not be reached")
|
|
@@ -241,8 +241,8 @@ client = Anchorbrowser(
|
|
|
241
241
|
)
|
|
242
242
|
|
|
243
243
|
# Or, configure per-request:
|
|
244
|
-
client.with_options(max_retries=5).
|
|
245
|
-
|
|
244
|
+
client.with_options(max_retries=5).sessions.create(
|
|
245
|
+
session={"recording": {"active": False}},
|
|
246
246
|
)
|
|
247
247
|
```
|
|
248
248
|
|
|
@@ -266,8 +266,8 @@ client = Anchorbrowser(
|
|
|
266
266
|
)
|
|
267
267
|
|
|
268
268
|
# Override per-request:
|
|
269
|
-
client.with_options(timeout=5.0).
|
|
270
|
-
|
|
269
|
+
client.with_options(timeout=5.0).sessions.create(
|
|
270
|
+
session={"recording": {"active": False}},
|
|
271
271
|
)
|
|
272
272
|
```
|
|
273
273
|
|
|
@@ -309,13 +309,17 @@ The "raw" Response object can be accessed by prefixing `.with_raw_response.` to
|
|
|
309
309
|
from anchorbrowser import Anchorbrowser
|
|
310
310
|
|
|
311
311
|
client = Anchorbrowser()
|
|
312
|
-
response = client.
|
|
313
|
-
|
|
312
|
+
response = client.sessions.with_raw_response.create(
|
|
313
|
+
session={
|
|
314
|
+
"recording": {
|
|
315
|
+
"active": False
|
|
316
|
+
}
|
|
317
|
+
},
|
|
314
318
|
)
|
|
315
319
|
print(response.headers.get('X-My-Header'))
|
|
316
320
|
|
|
317
|
-
|
|
318
|
-
print(
|
|
321
|
+
session = response.parse() # get the object that `sessions.create()` would have returned
|
|
322
|
+
print(session.data)
|
|
319
323
|
```
|
|
320
324
|
|
|
321
325
|
These methods return an [`APIResponse`](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/tree/main/src/anchorbrowser/_response.py) object.
|
|
@@ -329,8 +333,8 @@ The above interface eagerly reads the full response body when you make the reque
|
|
|
329
333
|
To stream the response body, use `.with_streaming_response` instead, which requires a context manager and only reads the response body once you call `.read()`, `.text()`, `.json()`, `.iter_bytes()`, `.iter_text()`, `.iter_lines()` or `.parse()`. In the async client, these are async methods.
|
|
330
334
|
|
|
331
335
|
```python
|
|
332
|
-
with client.
|
|
333
|
-
|
|
336
|
+
with client.sessions.with_streaming_response.create(
|
|
337
|
+
session={"recording": {"active": False}},
|
|
334
338
|
) as response:
|
|
335
339
|
print(response.headers.get("X-My-Header"))
|
|
336
340
|
|
|
@@ -32,10 +32,10 @@ client = Anchorbrowser(
|
|
|
32
32
|
api_key=os.environ.get("ANCHORBROWSER_API_KEY"), # This is the default and can be omitted
|
|
33
33
|
)
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
session = client.sessions.create(
|
|
36
|
+
session={"recording": {"active": False}},
|
|
37
37
|
)
|
|
38
|
-
print(
|
|
38
|
+
print(session.data)
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
While you can provide an `api_key` keyword argument,
|
|
@@ -58,10 +58,10 @@ client = AsyncAnchorbrowser(
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
async def main() -> None:
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
session = await client.sessions.create(
|
|
62
|
+
session={"recording": {"active": False}},
|
|
63
63
|
)
|
|
64
|
-
print(
|
|
64
|
+
print(session.data)
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
asyncio.run(main())
|
|
@@ -93,10 +93,10 @@ async def main() -> None:
|
|
|
93
93
|
api_key="Your API Key",
|
|
94
94
|
http_client=DefaultAioHttpClient(),
|
|
95
95
|
) as client:
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
session = await client.sessions.create(
|
|
97
|
+
session={"recording": {"active": False}},
|
|
98
98
|
)
|
|
99
|
-
print(
|
|
99
|
+
print(session.data)
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
asyncio.run(main())
|
|
@@ -160,8 +160,8 @@ from anchorbrowser import Anchorbrowser
|
|
|
160
160
|
client = Anchorbrowser()
|
|
161
161
|
|
|
162
162
|
try:
|
|
163
|
-
client.
|
|
164
|
-
|
|
163
|
+
client.sessions.create(
|
|
164
|
+
session={"recording": {"active": False}},
|
|
165
165
|
)
|
|
166
166
|
except anchorbrowser.APIConnectionError as e:
|
|
167
167
|
print("The server could not be reached")
|
|
@@ -205,8 +205,8 @@ client = Anchorbrowser(
|
|
|
205
205
|
)
|
|
206
206
|
|
|
207
207
|
# Or, configure per-request:
|
|
208
|
-
client.with_options(max_retries=5).
|
|
209
|
-
|
|
208
|
+
client.with_options(max_retries=5).sessions.create(
|
|
209
|
+
session={"recording": {"active": False}},
|
|
210
210
|
)
|
|
211
211
|
```
|
|
212
212
|
|
|
@@ -230,8 +230,8 @@ client = Anchorbrowser(
|
|
|
230
230
|
)
|
|
231
231
|
|
|
232
232
|
# Override per-request:
|
|
233
|
-
client.with_options(timeout=5.0).
|
|
234
|
-
|
|
233
|
+
client.with_options(timeout=5.0).sessions.create(
|
|
234
|
+
session={"recording": {"active": False}},
|
|
235
235
|
)
|
|
236
236
|
```
|
|
237
237
|
|
|
@@ -273,13 +273,17 @@ The "raw" Response object can be accessed by prefixing `.with_raw_response.` to
|
|
|
273
273
|
from anchorbrowser import Anchorbrowser
|
|
274
274
|
|
|
275
275
|
client = Anchorbrowser()
|
|
276
|
-
response = client.
|
|
277
|
-
|
|
276
|
+
response = client.sessions.with_raw_response.create(
|
|
277
|
+
session={
|
|
278
|
+
"recording": {
|
|
279
|
+
"active": False
|
|
280
|
+
}
|
|
281
|
+
},
|
|
278
282
|
)
|
|
279
283
|
print(response.headers.get('X-My-Header'))
|
|
280
284
|
|
|
281
|
-
|
|
282
|
-
print(
|
|
285
|
+
session = response.parse() # get the object that `sessions.create()` would have returned
|
|
286
|
+
print(session.data)
|
|
283
287
|
```
|
|
284
288
|
|
|
285
289
|
These methods return an [`APIResponse`](https://github.com/anchorbrowser/AnchorBrowser-SDK-Python/tree/main/src/anchorbrowser/_response.py) object.
|
|
@@ -293,8 +297,8 @@ The above interface eagerly reads the full response body when you make the reque
|
|
|
293
297
|
To stream the response body, use `.with_streaming_response` instead, which requires a context manager and only reads the response body once you call `.read()`, `.text()`, `.json()`, `.iter_bytes()`, `.iter_text()`, `.iter_lines()` or `.parse()`. In the async client, these are async methods.
|
|
294
298
|
|
|
295
299
|
```python
|
|
296
|
-
with client.
|
|
297
|
-
|
|
300
|
+
with client.sessions.with_streaming_response.create(
|
|
301
|
+
session={"recording": {"active": False}},
|
|
298
302
|
) as response:
|
|
299
303
|
print(response.headers.get("X-My-Header"))
|
|
300
304
|
|
|
@@ -724,20 +724,20 @@ class TestAnchorbrowser:
|
|
|
724
724
|
@mock.patch("anchorbrowser._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
|
|
725
725
|
@pytest.mark.respx(base_url=base_url)
|
|
726
726
|
def test_retrying_timeout_errors_doesnt_leak(self, respx_mock: MockRouter, client: Anchorbrowser) -> None:
|
|
727
|
-
respx_mock.post("/v1/
|
|
727
|
+
respx_mock.post("/v1/sessions").mock(side_effect=httpx.TimeoutException("Test timeout error"))
|
|
728
728
|
|
|
729
729
|
with pytest.raises(APITimeoutError):
|
|
730
|
-
client.
|
|
730
|
+
client.sessions.with_streaming_response.create().__enter__()
|
|
731
731
|
|
|
732
732
|
assert _get_open_connections(self.client) == 0
|
|
733
733
|
|
|
734
734
|
@mock.patch("anchorbrowser._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
|
|
735
735
|
@pytest.mark.respx(base_url=base_url)
|
|
736
736
|
def test_retrying_status_errors_doesnt_leak(self, respx_mock: MockRouter, client: Anchorbrowser) -> None:
|
|
737
|
-
respx_mock.post("/v1/
|
|
737
|
+
respx_mock.post("/v1/sessions").mock(return_value=httpx.Response(500))
|
|
738
738
|
|
|
739
739
|
with pytest.raises(APIStatusError):
|
|
740
|
-
client.
|
|
740
|
+
client.sessions.with_streaming_response.create().__enter__()
|
|
741
741
|
assert _get_open_connections(self.client) == 0
|
|
742
742
|
|
|
743
743
|
@pytest.mark.parametrize("failures_before_success", [0, 2, 4])
|
|
@@ -764,9 +764,9 @@ class TestAnchorbrowser:
|
|
|
764
764
|
return httpx.Response(500)
|
|
765
765
|
return httpx.Response(200)
|
|
766
766
|
|
|
767
|
-
respx_mock.post("/v1/
|
|
767
|
+
respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
|
|
768
768
|
|
|
769
|
-
response = client.
|
|
769
|
+
response = client.sessions.with_raw_response.create()
|
|
770
770
|
|
|
771
771
|
assert response.retries_taken == failures_before_success
|
|
772
772
|
assert int(response.http_request.headers.get("x-stainless-retry-count")) == failures_before_success
|
|
@@ -788,11 +788,9 @@ class TestAnchorbrowser:
|
|
|
788
788
|
return httpx.Response(500)
|
|
789
789
|
return httpx.Response(200)
|
|
790
790
|
|
|
791
|
-
respx_mock.post("/v1/
|
|
791
|
+
respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
|
|
792
792
|
|
|
793
|
-
response = client.
|
|
794
|
-
name="name", extra_headers={"x-stainless-retry-count": Omit()}
|
|
795
|
-
)
|
|
793
|
+
response = client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": Omit()})
|
|
796
794
|
|
|
797
795
|
assert len(response.http_request.headers.get_list("x-stainless-retry-count")) == 0
|
|
798
796
|
|
|
@@ -813,11 +811,9 @@ class TestAnchorbrowser:
|
|
|
813
811
|
return httpx.Response(500)
|
|
814
812
|
return httpx.Response(200)
|
|
815
813
|
|
|
816
|
-
respx_mock.post("/v1/
|
|
814
|
+
respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
|
|
817
815
|
|
|
818
|
-
response = client.
|
|
819
|
-
name="name", extra_headers={"x-stainless-retry-count": "42"}
|
|
820
|
-
)
|
|
816
|
+
response = client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": "42"})
|
|
821
817
|
|
|
822
818
|
assert response.http_request.headers.get("x-stainless-retry-count") == "42"
|
|
823
819
|
|
|
@@ -1545,10 +1541,10 @@ class TestAsyncAnchorbrowser:
|
|
|
1545
1541
|
async def test_retrying_timeout_errors_doesnt_leak(
|
|
1546
1542
|
self, respx_mock: MockRouter, async_client: AsyncAnchorbrowser
|
|
1547
1543
|
) -> None:
|
|
1548
|
-
respx_mock.post("/v1/
|
|
1544
|
+
respx_mock.post("/v1/sessions").mock(side_effect=httpx.TimeoutException("Test timeout error"))
|
|
1549
1545
|
|
|
1550
1546
|
with pytest.raises(APITimeoutError):
|
|
1551
|
-
await async_client.
|
|
1547
|
+
await async_client.sessions.with_streaming_response.create().__aenter__()
|
|
1552
1548
|
|
|
1553
1549
|
assert _get_open_connections(self.client) == 0
|
|
1554
1550
|
|
|
@@ -1557,10 +1553,10 @@ class TestAsyncAnchorbrowser:
|
|
|
1557
1553
|
async def test_retrying_status_errors_doesnt_leak(
|
|
1558
1554
|
self, respx_mock: MockRouter, async_client: AsyncAnchorbrowser
|
|
1559
1555
|
) -> None:
|
|
1560
|
-
respx_mock.post("/v1/
|
|
1556
|
+
respx_mock.post("/v1/sessions").mock(return_value=httpx.Response(500))
|
|
1561
1557
|
|
|
1562
1558
|
with pytest.raises(APIStatusError):
|
|
1563
|
-
await async_client.
|
|
1559
|
+
await async_client.sessions.with_streaming_response.create().__aenter__()
|
|
1564
1560
|
assert _get_open_connections(self.client) == 0
|
|
1565
1561
|
|
|
1566
1562
|
@pytest.mark.parametrize("failures_before_success", [0, 2, 4])
|
|
@@ -1588,9 +1584,9 @@ class TestAsyncAnchorbrowser:
|
|
|
1588
1584
|
return httpx.Response(500)
|
|
1589
1585
|
return httpx.Response(200)
|
|
1590
1586
|
|
|
1591
|
-
respx_mock.post("/v1/
|
|
1587
|
+
respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
|
|
1592
1588
|
|
|
1593
|
-
response = await client.
|
|
1589
|
+
response = await client.sessions.with_raw_response.create()
|
|
1594
1590
|
|
|
1595
1591
|
assert response.retries_taken == failures_before_success
|
|
1596
1592
|
assert int(response.http_request.headers.get("x-stainless-retry-count")) == failures_before_success
|
|
@@ -1613,11 +1609,9 @@ class TestAsyncAnchorbrowser:
|
|
|
1613
1609
|
return httpx.Response(500)
|
|
1614
1610
|
return httpx.Response(200)
|
|
1615
1611
|
|
|
1616
|
-
respx_mock.post("/v1/
|
|
1612
|
+
respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
|
|
1617
1613
|
|
|
1618
|
-
response = await client.
|
|
1619
|
-
name="name", extra_headers={"x-stainless-retry-count": Omit()}
|
|
1620
|
-
)
|
|
1614
|
+
response = await client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": Omit()})
|
|
1621
1615
|
|
|
1622
1616
|
assert len(response.http_request.headers.get_list("x-stainless-retry-count")) == 0
|
|
1623
1617
|
|
|
@@ -1639,11 +1633,9 @@ class TestAsyncAnchorbrowser:
|
|
|
1639
1633
|
return httpx.Response(500)
|
|
1640
1634
|
return httpx.Response(200)
|
|
1641
1635
|
|
|
1642
|
-
respx_mock.post("/v1/
|
|
1636
|
+
respx_mock.post("/v1/sessions").mock(side_effect=retry_handler)
|
|
1643
1637
|
|
|
1644
|
-
response = await client.
|
|
1645
|
-
name="name", extra_headers={"x-stainless-retry-count": "42"}
|
|
1646
|
-
)
|
|
1638
|
+
response = await client.sessions.with_raw_response.create(extra_headers={"x-stainless-retry-count": "42"})
|
|
1647
1639
|
|
|
1648
1640
|
assert response.http_request.headers.get("x-stainless-retry-count") == "42"
|
|
1649
1641
|
|
|
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
|
|
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
|
|
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
|
|
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
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/agent.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/agent/files.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/clipboard.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/keyboard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/resources/sessions/sessions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/batch_session_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_wait_for_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/event_wait_for_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_delete_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_upload_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/extension_upload_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_list_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/profile_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_copy_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_create_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_create_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_drag_and_drop_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_goto_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_list_pages_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_paste_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_retrieve_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_scroll_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_scroll_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_upload_file_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/session_upload_file_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/agent/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/all_status_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/clipboard_set_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/keyboard_type_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_click_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_click_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_move_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/mouse_move_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/sessions/recordings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/shared/success_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/run_execute_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/task/run_execute_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_fetch_webpage_params.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_fetch_webpage_response.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/src/anchorbrowser/types/tool_perform_web_task_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/agent/test_files.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/recordings/__init__.py
RENAMED
|
File without changes
|
{anchorbrowser-0.3.0 → anchorbrowser-0.3.1}/tests/api_resources/sessions/recordings/test_primary.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|