Feature
Allow users to exclude elements from matches using negative qualifiers.
Examples
- 'submit button not in header'
- 'login link, not the footer one'
- 'search box excluding sidebar'
Proposed approach
- Parse negative qualifiers (not, excluding, except)
- Score candidate elements against the exclusion context
- Penalize or filter elements that match the exclusion
Use cases
- Pages with duplicate elements in different sections
- Distinguishing between header/footer/sidebar variants
Feature
Allow users to exclude elements from matches using negative qualifiers.
Examples
Proposed approach
Use cases