ClipPageUsingCssUnselect

A CSS selector to specify the parts of a page to remove when the page is clipped. The Connector Framework Server 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: Any section that you have defined for WkoopHtmlExtraction settings
Example: ClipPageUsingCssUnselect=div.banner,div.footer
See Also:

ClippingMode

ClipPageUsingCssSelect