C# Class QualityBot.Test.Tests.QualityBotFake.FakeScrapeParams

Mostra file Open project: Ancestry/quality-bot Class Usage Examples

Public Methods

Method Description
FakeScrapeParams ( string id = "505b74b57b350d1ac4b55993", string exclude = "\'\'", string include = "\'body *\'", string script = "", Rectangle bounding = null, string path = "null", List elements = null, Resource resources = null, string html, string htmlRef, string url = "http://dna.ancestrydev.com/", string screenShot = null, string screenShotRef = "", Size viewportSize = null, string browser = "firefox", string browserVersion = "10", System.DateTime timeStamp = null, string platform = "windows", List cookies = null ) : System

Method Details

FakeScrapeParams() public method

public FakeScrapeParams ( string id = "505b74b57b350d1ac4b55993", string exclude = "\'\'", string include = "\'body *\'", string script = "", Rectangle bounding = null, string path = "null", List elements = null, Resource resources = null, string html, string htmlRef, string url = "http://dna.ancestrydev.com/", string screenShot = null, string screenShotRef = "", Size viewportSize = null, string browser = "firefox", string browserVersion = "10", System.DateTime timeStamp = null, string platform = "windows", List cookies = null ) : System
id string
exclude string
include string
script string
bounding System.Drawing.Rectangle
path string
elements List
resources QualityBot.ScrapePocos.Resource
html string
htmlRef string
url string
screenShot string
screenShotRef string
viewportSize System.Drawing.Size
browser string
browserVersion string
timeStamp System.DateTime
platform string
cookies List
return System