C# Class WallpaperDownloader.App.DownloadStrategies.TopWallpapersDownloadStrategy

Inheritance: DownloadStrategy
显示文件 Open project: iordan93/WallpaperDownloader

Public Methods

Method Description
TopWallpapersDownloadStrategy ( IWebDriver browser ) : OpenQA.Selenium

Protected Methods

Method Description
ExecuteCustomStrategy ( ) : void
GetBaseDownloadUrl ( ) : string
GetDownloadUrlForPage ( int pageNumber ) : string

Method Details

ExecuteCustomStrategy() protected method

protected ExecuteCustomStrategy ( ) : void
return void

GetBaseDownloadUrl() protected method

protected GetBaseDownloadUrl ( ) : string
return string

GetDownloadUrlForPage() protected method

protected GetDownloadUrlForPage ( int pageNumber ) : string
pageNumber int
return string

TopWallpapersDownloadStrategy() public method

public TopWallpapersDownloadStrategy ( IWebDriver browser ) : OpenQA.Selenium
browser IWebDriver
return OpenQA.Selenium