browser-ctl 0.2.4__tar.gz → 0.2.5__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.
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/PKG-INFO +1 -1
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/SKILL.md +5 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/extension/manifest.json +1 -1
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl.egg-info/PKG-INFO +1 -1
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/pyproject.toml +1 -1
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/LICENSE +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/README.md +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/__init__.py +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/__main__.py +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/cli.py +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/client.py +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/extension/background.js +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/extension/icon-128.png +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/extension/icon-16.png +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/extension/icon-32.png +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/extension/icon-48.png +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl/server.py +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl.egg-info/SOURCES.txt +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl.egg-info/dependency_links.txt +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl.egg-info/entry_points.txt +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl.egg-info/requires.txt +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/browser_ctl.egg-info/top_level.txt +0 -0
- {browser_ctl-0.2.4 → browser_ctl-0.2.5}/setup.cfg +0 -0
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: browser-ctl
|
|
3
|
+
description: CLI tool for browser automation. Control Chrome from the terminal via bctl commands. Navigate pages, click elements, type text, snapshot interactive elements, query DOM, take screenshots, download files, manage tabs, and execute JavaScript — all through a Chrome extension + WebSocket bridge returning JSON.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# browser-ctl
|
|
2
7
|
|
|
3
8
|
CLI tool for browser automation. Control Chrome from the terminal via `bctl` commands.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": 3,
|
|
3
3
|
"name": "Browser-Ctl",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.5",
|
|
5
5
|
"description": "Developer tool for CLI-driven browser automation. Control Chrome via command-line — navigate, click, type, query DOM, capture screenshots, and download files, all through a local WebSocket bridge.",
|
|
6
6
|
"permissions": [
|
|
7
7
|
"tabs",
|
|
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
|