playwright_get_attribute
Read one attribute of an element in the DESKTOP grid browser (by pageId) — href, value, aria-label, data-*, anything. Not a device — for a phone or tablet use webpage_get_attribute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page ID from web_navigate | |
| selector | Yes | CSS selector of the element | |
| attribute | Yes | Attribute name, e.g. href / value / aria-label |