com.atlassian.selenium.visualcomparison.utils
Class ScreenshotDiffer

java.lang.Object
  extended by com.atlassian.selenium.visualcomparison.utils.ScreenshotDiffer

public class ScreenshotDiffer
extends Object


Constructor Summary
ScreenshotDiffer()
           
 
Method Summary
 ScreenshotDiff diff(Screenshot oldScreen, Screenshot newScreen, List<BoundingBox> ignoreAreas, boolean ignoreSingleLines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenshotDiffer

public ScreenshotDiffer()
Method Detail

diff

public ScreenshotDiff diff(Screenshot oldScreen,
                           Screenshot newScreen,
                           List<BoundingBox> ignoreAreas,
                           boolean ignoreSingleLines)
                    throws IOException
Throws:
IOException


Copyright © 2014 Atlassian. All rights reserved.