Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add select all elements toggle #6

Open
capJavert opened this issue May 2, 2023 · 0 comments
Open

Add select all elements toggle #6

capJavert opened this issue May 2, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@capJavert
Copy link
Owner

UI should expose the feature where Jawa can automatically remove :nth-child and similar grouping parts of the selectors to automatically widen out the elements that are scraped.

Example:
User is scraping a homepage of the blog or aggregation websites. There are multiple article/post items. User want's to scape all the titles on the page. If he selects the title in Jawa currently it will scrape only that one title. With this new feature he would be able to check "apply all" or similar UI element which would make the best guess to widen the selector to scrape all titles.

Caveat is that this can be pretty specific to some pages so it will not be the magic bullet but should enable less technical users to scrape content faster.

@capJavert capJavert added enhancement New feature or request help wanted Extra attention is needed labels May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant