LazyLoadHandler class
A class for handling lazy loading in web scraping
Constructors
- LazyLoadHandler.new({required HeadlessBrowser headlessBrowser, LazyLoadDetector? lazyLoadDetector, Logger? logger})
- Creates a new LazyLoadHandler
Properties
Methods
-
handleLazyLoading(
{required String url, required LazyLoadConfig config, Map< String, String> ? headers}) → Future<LazyLoadResult> - Handles lazy loading for a URL
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited