Get Property
element_get_propertyGet the current value of a DOM property from a web element, like an input's 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 | |||