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
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
edf9056430
show mute status correctly when tab mute and add to get single tab status
Package Extension / package-extension (push) Successful in 17s
Build & Publish Package / publish (push) Successful in 29s
Testing / test (push) Failing after 26s
2026-04-13 21:35:25 +02:00
daniel156161
c494e76fe2
allow to mute and unmute tabs and get mute status into tab info
Testing / test (push) Failing after 34s
2026-04-13 21:19:27 +02:00
daniel156161
2a38997946
add --left/--right commands into move and add shorter aliases to move flags
2026-04-13 08:04:58 +02:00
daniel156161
64d804cf32
adding better markdown extracting and filter out to not have broken staff, allow that session can list over multiple browsers
2026-04-12 17:10:19 +02:00
daniel156161
e848b8d95f
rename group command to groups to have consistency into the cli
2026-04-10 13:12:23 +02:00
daniel156161
362b53a384
remove the --profile flag on windows open and add opening a new window with a url
2026-04-10 13:06:53 +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
f2a7f85ee3
adding new extract command to extract selector or main content as markdown, updateing version as 0.5.0
Package Extension / package-extension (push) Successful in 12s
Build & Publish Package / publish (push) Failing after 21s
2026-04-10 03:44:49 +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