ClipPageUsingCssUnselect
A comma-separated list of CSS2 selectors 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 you must set Clipped=TRUE
.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Any section that you have defined for WkoopHtmlExtraction settings |
Example: | ClipPageUsingCssUnselect=div.banner,div.footer
|
See Also: |