browser_list
Reports which browsers are running, their focused state, current URL, and open pages, and where commands without a target are routed. Starts nothing, so checking is free.
Instructions
Which of the two browsers are open, where each one is, and which one the commands that name none go to.
Answers JSON: focus, limit, note, and browsers - each with id,
running, focused, url (the page it is on) and urls (every page it
holds, which is more than one only when a site opened one). A browser that
is not running has been declared and has not been needed yet; the next
command aimed at it starts it as the same person.
Starts nothing: it reports what is running, so asking is free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |