C# Class WallpaperDownloader.App.DownloadStrategies.SearchDownloadStrategy

Inheritance: DownloadStrategy
Mostrar archivo Open project: iordan93/WallpaperDownloader

Public Methods

Method Description
SearchDownloadStrategy ( IWebDriver browser ) : System

Protected Methods

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

Private Methods

Method Description
GetSearchTermQueryParameter ( ) : 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

SearchDownloadStrategy() public method

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