-
Notifications
You must be signed in to change notification settings - Fork 0
extract_from_source
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.
If you set the extraction rule with
PageSource = true;(not default), the data will be extracted from the entire source (<HTML>). If not set or setPageSource = false;, the extratcion will take plase on the page<BODY>after all client side code was loaded.
The page Source is the
Source HTMLcode received when the page is called back from the server before executing any client side code (what you see whenview page sourceis open).
Web, Mobile Web.
| 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