C# Class WallpaperDownloader.App.DownloadStrategies.CategoryDownloadStrategy

Inheritance: DownloadStrategy
Show file Open project: iordan93/WallpaperDownloader

Public Methods

Method Description
CategoryDownloadStrategy ( IWebDriver browser ) : System

Protected Methods

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

Private Methods

Method Description
ChooseSubcategory ( string imagesInCategoryCount ) : void

Method Details

CategoryDownloadStrategy() public method

public CategoryDownloadStrategy ( IWebDriver browser ) : System
browser IWebDriver
return System

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