url-xpath
Element containing the configuration necessary to extract and submit a URL. A Form-Based Authentication procedure may require submitting URLs scraped from the page, and not simply the submitting of forms. Use this to specify an XPath to a URL that Engine needs to send a request to in order to continue the authentication procedure.
Attributes
| Name | Type | Description |
|---|---|---|
xpath(required) |
String | XPath that uniquely identifies the location of the URL that will be submitted (for example //input[@id='foo']/@value). |