Метод | Описание | |
---|---|---|
Compare ( |
Compares the specified pages and returns an object detailing the differences.
|
|
Comparer ( ) : System |
Метод | Описание | |
---|---|---|
AssembleScrapeHybrid ( |
||
ComputeDiff ( |
Compares the specified pages and returns an object detailing the differences.
|
|
CorrespondingElements ( |
Attempts to determine which element on page A corresponds to which element on page B.
|
|
DrawRectanglesOnImage ( IEnumerable |
||
GetChanges ( IEnumerable |
||
GetCssChanges ( string>.Dictionary |
Determines the difference between two CSS dictionaries.
|
|
GetElementData ( Image pageScreenshot, |
Returns information about the given element.
|
|
GetHtmlDiffReport ( string html1, string html2 ) : string | ||
GetLocationChanges ( |
Returns the difference between two rectangles as a string description.
|
|
GetPixelChanges ( Image psA, Image psB, |
Calculates the pixel difference between two elements.
|
|
GetStringChanges ( string string1, string string2, decimal &percentageChange ) : string |
Pretty prints as html the difference between two strings.
|
|
HasChanges ( |
||
Hypotenuse ( int sideA, int sideB ) : double |
Calculates the area of the rectangle.
|
|
OutlineImage ( IEnumerable |
||
OutlinedImagesAsBase64 ( Image pageScreenshotA, Image pageScreenshotB, IEnumerable |
||
PixelDiff ( Image pageScreenshotA, Image pageScreenshotB ) : |
||
TotalChangePercentage ( decimal total ) : decimal |
public Compare ( |
||
pageA | The first page. | |
pageB | The second page. | |
Результат |