You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,29 @@ Gets browser diagnostics captured via WebDriver BiDi (auto-enabled when supporte
224
224
225
225
</details>
226
226
227
+
<details>
228
+
<summary><strong>Resources</strong></summary>
229
+
230
+
MCP resources provide read-only data that clients can access without calling a tool.
231
+
232
+
### browser-status://current
233
+
Returns the current browser session status (active session ID or "no active session").
234
+
235
+
| Property | Value |
236
+
|----------|-------|
237
+
| MIME type |`text/plain`|
238
+
| Requires browser | No |
239
+
240
+
### accessibility://current
241
+
Returns an accessibility tree snapshot of the current page — a compact, structured JSON representation of interactive elements and text content. Much smaller than full HTML. Useful for understanding page layout and finding elements to interact with.
0 commit comments