-
Notifications
You must be signed in to change notification settings - Fork 0
extract_from_dom
Executes the extraction rules collection provided under this WebAutomation and return or populates the data collected. Due to the nature of this action, it supports only XPath locator. This action will executes the extraction on the page Source.
You must mark the extraction rule with
PageSource = false;(default) in order for this plugin to collect your extractions.
The page Source is the
HTMLcode received when the page is called back from the server and after executing all client side code (what you see wheninspect elementis open).
Web, Mobile Web, Mobile Native.
| Property | Description |
|---|---|
| argument | Plugin conditions and additional information. |
Comma separated, zero-based index of the extractions to execute, under your extraction rules collection. Leaving this value empty, will execute all PageSource based extractions. Each extraction will be returned under a separate extraction results.
| Value | Description |
|---|---|
| 0,1,4 | Executes extraction rules 0, 1 and 4 if their PageSource attribute is false
|
None