Module search

Source

Structs§

Attribute
An attribute of a (multiple) web page(s) that is to be scraped. It is recommended to use AttributeBuilder to construct Attributes.
AttributeBuilder
Utility struct for constructing Attributes.
FuzzerSettings
Settings for the fuzzing algorithm.
Training
Represents a training process. Contains the documents and attributes that are used for training.
TrainingResult
The result of “training” the fuzzer on a set of web pages. Contains the selectors for each attribute, as well as the original settings used. If training for a particular attribute failed, the attribute/selector pair will be not present in this object.

Enums§

MissingDataStrategy
Strategy for dealing with missing data (expected attribute value is None)
MultipleMatchesStrategy
Strategy for dealing with multiple nodes matching the expected attribute value