Skip to content

puppeteer-scraper: enqueueLinksByClickingElements option doesn't expect exclude #410

@barjin

Description

@barjin

The enqueueLinksByClickingElements option doesn't expect the exclude option to exist and fails with a validation error.

await enqueueLinksByClickingElements({
...enqueueOptions,
selector: this.input.clickableElementsSelector,
} as EnqueueLinksByClickingElementsOptions);

Image

Reproduction

Use the clickableElementsSelector option in newer builds of Puppeteer Scraper.


Originally reported by user here.

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions