Uses of Class
com.opera.core.systems.model.ScreenShotReply

Packages that use ScreenShotReply
com.opera.core.systems Provides OperaDriver and associated classes. 
com.opera.core.systems.runner   
com.opera.core.systems.runner.launcher   
com.opera.core.systems.scope.services   
com.opera.core.systems.scope.services.ums   
 

Uses of ScreenShotReply in com.opera.core.systems
 

Methods in com.opera.core.systems that return ScreenShotReply
 ScreenShotReply OperaDriver.saveScreenshot(long timeout, java.lang.String... hashes)
          Takes a screenshot of the whole screen, including areas outside of the Opera browser window.
 ScreenShotReply OperaWebElement.saveScreenshot(long timeout, java.lang.String... hashes)
          Take a screenshot of the area this element's bounding-box covers.
 

Uses of ScreenShotReply in com.opera.core.systems.runner
 

Methods in com.opera.core.systems.runner that return ScreenShotReply
 ScreenShotReply OperaRunner.saveScreenshot(long timeout, java.lang.String... hashes)
          Take a screenshot of the full screen.
 

Uses of ScreenShotReply in com.opera.core.systems.runner.launcher
 

Methods in com.opera.core.systems.runner.launcher that return ScreenShotReply
 ScreenShotReply OperaLauncherRunner.saveScreenshot(long timeout, java.lang.String... hashes)
          Take screenshots!
 

Uses of ScreenShotReply in com.opera.core.systems.scope.services
 

Methods in com.opera.core.systems.scope.services that return ScreenShotReply
 ScreenShotReply IOperaExec.containsColor(Canvas canvas, long timeout, OperaColors... colors)
          Check if the page contains color(s) as specified in OperaColors.
 ScreenShotReply IOperaExec.screenWatcher(Canvas canvas, long timeout, boolean includeImage, java.lang.String... hashes)
          Take a screenshot of specified ExecProtos.Area and compare it with the given hashes (keys).
 

Uses of ScreenShotReply in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums that return ScreenShotReply
 ScreenShotReply OperaExec.containsColor(Canvas canvas, long timeout, OperaColors... colors)
           
 ScreenShotReply OperaExec.screenWatcher(Canvas canvas, long timeout, boolean includeImage, java.lang.String... hashes)
           
 



Copyright © 2011. All Rights Reserved.