CssSelectOnFailure
Specifies what to do when the CSS selector specified by ClipPageUsingCssSelect does not match any elements on the page.
Fail
- Processing fails and the page is not ingested.SelectAll
- The page is not clipped and all of the page content is ingested.
Type: | String |
Default: | SelectAll |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | CssSelectOnFailure=Fail
|
See Also: |