Uses of Interface
net.sourceforge.groboutils.uicapture.v1.IScreenScraper

Packages that use IScreenScraper
net.sourceforge.groboutils.uicapture.v1 A testing framework used for capturing a user's UI interaction, and for generating scripts which can automatically play back a captured interaction. 
 

Uses of IScreenScraper in net.sourceforge.groboutils.uicapture.v1
 

Classes in net.sourceforge.groboutils.uicapture.v1 that implement IScreenScraper
 class DefaultScreenScraper
          Writes images to files using the javax.imageio package.
 

Constructors in net.sourceforge.groboutils.uicapture.v1 with parameters of type IScreenScraper
VirtualWindowController(IScreenScraper ss, IFocusedWindowFinder fwf)
          Create using the given arguments to build the framework.
ScriptGenerator(IScreenScraper ss, IFocusedWindowFinder fwf, IScriptMaker maker, java.lang.String baseImageName)
          Create using the given arguments to build the framework.
 



Copyright © 2001-2003 by The GroboUtils Project