browser_list
Identify open browsers, their pages, and the active one. Returns JSON listing each browser's ID, current URL, and all open tabs to inform your next action.
Instructions
Which of the two browsers are open, where each one is, and which one you are working in.
Answers JSON: focus, the browser your last command acted in, or "" when
none is open; note, which says how many are open and that a command
naming no browser goes to main; and browsers - each row id, url
(the page it is on) and urls (every page it holds, which is more than
one only when a site opened one). Only open browsers are listed, so every
row is one you can act on.
Starts nothing: it reports what is open, so asking is free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |