HTTP Result Query
Category
API Commands
Description
This command processes an HTML source object. Use this command to parse and extract data from a successful **HTTP Request Command**
Parameters
- Input HTML
Supply the value or variable containing HTML
- XPath Query
Enter the XPath Query and the item will be extracted. e.g. @//*[@id="aso_search_form_anchor"]/div/input). You can use Chrome Dev Tools to click an element and copy the XPath.
- Variable Name
Enter variable name to store result
Returned Value
This command does not have returned value.
Example Usage
- Example Location:
BYpass\Examples\API Commands\HTTP Result Query\HTTP Result Query.xml