C# Class QualityBot.Scrapers.Facades.PhantomJsFacade

Inheritance: IBrowserFacade
Afficher le fichier Open project: Ancestry/quality-bot Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
PhantomJsFacade ( Request request ) : System
ScrapeData ( bool useCurrent = true ) : PageData

Private Methods

Méthode Description
Config ( ) : void
GetCookies ( ) : string[]
GetPageResources ( ) : IEnumerable
GetScreenshotImage ( ) : Image
GetViewportSize ( ) : Size
IsLinux ( ) : bool

Determines if the current platform is Linux.

RunCmd ( string exePath, string args ) : void

Runs the specified executable.

RunUserScript ( ) : void
ScrapePage ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PhantomJsFacade() public méthode

public PhantomJsFacade ( Request request ) : System
request QualityBot.RequestPocos.Request
Résultat System

ScrapeData() public méthode

public ScrapeData ( bool useCurrent = true ) : PageData
useCurrent bool
Résultat PageData