Method | Description | |
---|---|---|
AddStep ( string url, bool getData = true ) : IBrowserDataRetriever | ||
BrowserDataRetriever ( string>.Func |
||
ClearSteps ( ) : void | ||
Dispose ( ) : void | ||
Retrieve ( ) : string | ||
WithDataGetter ( string>.Func |
Method | Description | |
---|---|---|
GetInternetExplorerInstance ( ) : InternetExplorer | ||
LoadBrowser ( ) : InternetExplorer | ||
LoadDocument ( HTMLDocument document ) : HtmlDocument | ||
TryGetData ( |
public AddStep ( string url, bool getData = true ) : IBrowserDataRetriever | ||
url | string | |
getData | bool | |
return | IBrowserDataRetriever |
public BrowserDataRetriever ( string>.Func |
||
dataGetter | string>.Func | |
return | System |
public WithDataGetter ( string>.Func |
||
dataGetter | string>.Func | |
return | IBrowserDataRetriever |