Get Property
element_get_propertyRetrieve a live DOM property value from a web element, such as an input's current value, using a CSS selector or XPath.
Instructions
Get a live DOM property value from an element, such as an input's current value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes | DOM property to retrieve, e.g. value | |
| selector | Yes | CSS selector or XPath to find the element. Bare selectors are CSS; use text:... for text matching or explicit tag:/css:/xpath:/@attr locators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||