WebReaper.Core.Loaders.Abstract
Base class for implementing a browser page loader
Constructor that takes ILogger argument
| Name | Type | Description |
|---|---|---|
| logger | Microsoft.Extensions.Logging.ILogger |
Interactive browser actions that can be performed on the page
Logger
WebReaper.Builders
This method can be called only one time to specify urls to start crawling with.
instance of ConfigBuilder
| Name | Type | Description |
|---|---|---|
| startUrls | System.String[] | Initial urls for crawling |
This method can be called only one time to specify urls to start crawling with.
instance of ConfigBuilder
| Name | Type | Description |
|---|---|---|
| startUrls | System.Collections.Generic.IEnumerable{System.String} | Initial urls for crawling |
| pageActions | System.Collections.Generic.List{WebReaper.Domain.PageActions.PageAction} | Actions to perform on the page via a browser |
WebReaper.ConfigStorage.Concrete
Inherit from parent.
WebReaper.Core.CookieStorage.Concrete
Inherit from parent.
WebReaper.Builders
Builds a web scraper engine responsible for creating and receiving crawling jobs and running a spider on them