Blocks & Flow EditorBrowser
find xpath
The **find xpath** block finds and captures XPath selectors from the current page using the XPath Picker.
The find xpath block finds and captures XPath selectors from the current page using the XPath Picker.
Configuration
| Field | Description |
|---|---|
| Display Name | Optional label shown on the block in the canvas. |
| Optional Page Url | URL to navigate to before picking XPath. Leave empty to use the current page. |
| Selector Value | Optional XPath to validate or store manually. |
| Pick XPath | Use the XPath Picker Chrome extension to click elements and capture XPath values. |
Outputs
| Property | Description |
|---|---|
msg.payload | Captured XPath value(s) |
Notes
- Browser operation blocks require launch browser to be used earlier in the flow.