C# 클래스 QualityBot.Scrapers.Facades.PhantomJsFacade

상속: IBrowserFacade
파일 보기 프로젝트 열기: Ancestry/quality-bot 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PhantomJsFacade ( Request request ) : System
ScrapeData ( bool useCurrent = true ) : PageData

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PhantomJsFacade() 공개 메소드

public PhantomJsFacade ( Request request ) : System
request QualityBot.RequestPocos.Request
리턴 System

ScrapeData() 공개 메소드

public ScrapeData ( bool useCurrent = true ) : PageData
useCurrent bool
리턴 PageData