Method | Description | |
---|---|---|
Elements ( ) : IEnumerable |
Loads the ScrapedElements.
|
|
Load ( string elementsJson, string html, |
Loads the specified elements json.
|
Method | Description | |
---|---|---|
DictionaryFromJson ( string json ) : string>.Dictionary |
Dictionaries from json.
|
|
GetElementCss ( object>.Dictionary |
Gets the CSS element.
|
|
GetElementRectangle ( object>.Dictionary |
Gets the element Rectangle.
|
|
GetElementText ( object>.Dictionary |
Gets the element text.
|
|
GetNodeAttributes ( |
Gets the node attributes.
|
|
GetNodeHtml ( |
Gets the node HTML.
|
|
GetNodeTag ( |
Gets the node tag.
|
|
IntFromObject ( object number ) : int |
Ints from object.
|
|
RectangleFromDynamic ( dynamic rectangle ) : |
Returns a Rectangle object derived from a dynamic key value pair object.
|
|
StringFromDynamic ( dynamic obj ) : string |
Strings from dynamic.
|
|
TryGetNode ( int index, |
Tries to get the node.
|
public Load ( string elementsJson, string html, |
||
elementsJson | string | The elements json. |
html | string | The HTML. |
boundingRectangle | The bounding rectangle. | |
return | void |