daniel156161
2f982fa714
fix remote clients command
Testing / test (push) Successful in 25s
Package Extension / package-extension (push) Successful in 9s
Build & Publish Package / publish (push) Successful in 21s
2026-04-30 13:49:32 +02:00
daniel156161
6785b9f70c
feat(serve): add remote browser control over TCP with token auth
...
Build & Publish Package / publish (push) Successful in 50s
Testing / test (push) Successful in 31s
Package Extension / package-extension (push) Successful in 27s
Exposes a local browser over a TCP socket so remote machines can
control it using the same CLI and Python API. Token auth (auto-generated
via secrets.token_urlsafe) is on by default; --no-auth disables it.
Profile routing via _route message field lets clients target specific
browser instances on the remote host. BROWSER_CLI_PROFILE is forwarded
automatically so --browser flag works transparently over remote.
- browser-cli serve [--host] [--port] [--token] [--no-auth]
- browser-cli --remote HOST:PORT --token TOKEN <command>
- BrowserCLI(remote="host:port", token="...").tabs_list()
2026-04-25 18:33:59 +02:00
daniel156161
a7da6cfab0
hardcode extension id and not prompt user
Testing / test (push) Has been cancelled
2026-04-17 21:07:30 +02:00
daniel156161
1c5fd0ffee
feat: add browser automation commands (v0.6.0)
...
Testing / test (push) Successful in 24s
Package Extension / package-extension (push) Successful in 9s
Build & Publish Package / publish (push) Successful in 21s
Navigation: open-wait (open + block until loaded)
DOM: key, hover, check/uncheck, clear, focus, submit, poll, scroll, select, eval, wait-for
Tabs: pin/unpin, screenshot, watch-url (block until URL matches regex)
New command groups: page info, storage get/set, cookies list/get/set
Extension: add cookies permission
2026-04-16 14:21:19 +02:00
daniel156161
9dbe57c66c
implement windows support of the extension
Testing / test (push) Successful in 47s
2026-04-13 11:02:54 +02:00
daniel156161
a1038d5817
fix that alias can only exist once and when dublicate give error
Testing / test (push) Successful in 39s
Package Extension / package-extension (push) Successful in 23s
Build & Publish Package / publish (push) Successful in 33s
2026-04-12 17:31:49 +02:00
daniel156161
57c4ccc48a
move rename-profile to clients rename
2026-04-10 13:38:54 +02:00
daniel156161
61b774a7a4
add multi browser mode to arragate data from all browsers by tabs list, tabs count, group list, group count and windows list
...
Package Extension / package-extension (push) Successful in 12s
Build & Publish Package / publish (push) Successful in 22s
remove (unnamed) into the group names just leave it a empty string, remove Focused on windows how should the browser know what windows are focused
2026-04-10 12:49:51 +02:00
daniel156161
6979f2ef30
allow to rename the profile without a browser restart and remove old sockets and registry entry when browser closes
Build & Publish Package / publish (push) Successful in 27s
Package Extension / package-extension (push) Failing after 10m17s
2026-04-10 12:02:14 +02:00
daniel156161
c9ecde9338
remove planform and show extension version into client list
2026-04-10 11:34:36 +02:00
daniel156161
f18d2d5536
fix that the cli still used the DEFAULT_SOCKET Const, give better error message when no browser found adding test for client and update cli test, and update version and readme
Package Extension / package-extension (push) Failing after 53s
Build & Publish Package / publish (push) Successful in 39s
2026-04-10 02:14:59 +02:00
daniel156161
7b9a877731
adding the edge and vivaldi browser for installing the extension to, generate uuids when the browser not have a alias set
2026-04-10 01:48:18 +02:00
daniel156161
2375bb71b6
add version command to show current version
2026-04-10 00:31:22 +02:00
daniel156161
e7abcbb976
move host app into a other directory
2026-04-10 00:23:21 +02:00
daniel156161
7c2fa9a9ac
move socket path into /tmp/.browser_cli subfolder with registry
2026-04-09 08:46:50 +02:00
daniel156161
50dc2bb5e5
add new search engine commands
2026-04-09 08:44:56 +02:00
daniel156161
ab4ba97886
add moveing of tabs and groups, multi browser support, auto complite into terminal, extract html and adding testing
2026-04-09 01:41:01 +02:00
daniel156161
e954f53758
reorder cli commands navigations are now into a nav sub group
2026-04-08 22:20:23 +02:00
daniel156161
178b7bf7a2
init commit
2026-04-08 21:17:59 +02:00