webtap-tool 0.2.0__tar.gz → 0.2.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.
Potentially problematic release.
This version of webtap-tool might be problematic. Click here for more details.
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/CHANGELOG.md +14 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/PKG-INFO +1 -1
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/pyproject.toml +1 -1
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/setup.py +3 -12
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/setup/chrome.py +2 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/.gitignore +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/ARCHITECTURE.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/README.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/data/filters.json +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/extension/manifest.json +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/extension/popup.html +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/extension/popup.js +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/llms.txt +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/VISION.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/__init__.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/api.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/app.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/README.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/__init__.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/query.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/schema/README.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/schema/cdp_protocol.json +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/schema/cdp_version.json +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/cdp/session.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/DEVELOPER_GUIDE.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/TIPS.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/__init__.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/_builders.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/_errors.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/_tips.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/_utils.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/body.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/connection.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/console.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/events.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/fetch.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/filters.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/inspect.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/javascript.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/launch.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/navigation.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/commands/network.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/filters.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/README.md +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/__init__.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/body.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/console.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/fetch.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/main.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/network.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/setup/__init__.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/setup/desktop.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/setup/extension.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/setup/filters.py +0 -0
- {webtap_tool-0.2.0 → webtap_tool-0.2.1}/src/webtap/services/setup/platform.py +0 -0
|
@@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
15
|
|
|
16
16
|
### Removed
|
|
17
17
|
|
|
18
|
+
## [0.2.1] - 2025-09-12
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
- Chrome wrapper on macOS now includes `--remote-allow-origins='*'` flag to allow WebSocket connections
|
|
26
|
+
- All Chrome wrappers (Linux standard, Linux bindfs, macOS) now consistently include the flag
|
|
27
|
+
- Removed incorrect Linux-specific instructions from setup-desktop command output on macOS
|
|
28
|
+
- Fixed setup-chrome usage instructions to correctly reference `chrome-debug` instead of `google-chrome-stable`
|
|
29
|
+
|
|
30
|
+
### Removed
|
|
31
|
+
|
|
18
32
|
## [0.2.0] - 2025-09-12
|
|
19
33
|
|
|
20
34
|
### Added
|
|
@@ -150,23 +150,14 @@ def _format_setup_result(result: dict, component: str) -> dict:
|
|
|
150
150
|
{
|
|
151
151
|
"type": "list",
|
|
152
152
|
"items": [
|
|
153
|
-
"Run `
|
|
153
|
+
"Run `chrome-debug` to start Chrome with debugging",
|
|
154
154
|
"Or use `run-chrome` command for direct launch",
|
|
155
155
|
],
|
|
156
156
|
}
|
|
157
157
|
)
|
|
158
158
|
elif component == "desktop":
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
{
|
|
162
|
-
"type": "list",
|
|
163
|
-
"items": [
|
|
164
|
-
"Log out and log back in (or run `update-desktop-database ~/.local/share/applications`)",
|
|
165
|
-
"Chrome will now launch with debugging enabled from GUI",
|
|
166
|
-
"The wrapper at ~/.local/bin/wrappers/google-chrome-stable will be used",
|
|
167
|
-
],
|
|
168
|
-
}
|
|
169
|
-
)
|
|
159
|
+
# Platform-specific instructions are already in the service's details
|
|
160
|
+
pass
|
|
170
161
|
|
|
171
162
|
return {"elements": elements}
|
|
172
163
|
|
|
@@ -75,6 +75,7 @@ fi
|
|
|
75
75
|
# Launch Chrome with debugging
|
|
76
76
|
exec "$CHROME_BIN" \\
|
|
77
77
|
--remote-debugging-port="$PORT" \\
|
|
78
|
+
--remote-allow-origins='*' \\
|
|
78
79
|
--user-data-dir="$PROFILE_DIR" \\
|
|
79
80
|
--no-first-run \\
|
|
80
81
|
--no-default-browser-check \\
|
|
@@ -103,6 +104,7 @@ fi
|
|
|
103
104
|
# Launch Chrome with debugging
|
|
104
105
|
exec "$CHROME_APP" \\
|
|
105
106
|
--remote-debugging-port="$PORT" \\
|
|
107
|
+
--remote-allow-origins='*' \\
|
|
106
108
|
--user-data-dir="$PROFILE_DIR" \\
|
|
107
109
|
--no-first-run \\
|
|
108
110
|
--no-default-browser-check \\
|
|
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
|
|
File without changes
|
|
File without changes
|