ClipPageUsingCssUnselect
A CSS selector to specify the parts of a page to remove when the page is clipped. The Web Connector also removes all descendants of these elements.
The ClipPageUsingCssSelect parameter is applied before ClipPageUsingCssUnslect, so you can use this parameter to remove unwanted descendants of elements identified by ClipPageUsingCssSelect.
To clip pages using CSS selectors you must set ClippingMode to CSSCLIPPING.
| Type: | String |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | ClipPageUsingCssUnselect=div.banner,div.footer
|
| See Also: |