version 1.0

Uses of Interface
com.actimind.actiwate.testing.html.objects.Image

Packages that use Image
com.actimind.actiwate.testing   
com.actimind.actiwate.testing.html   
com.actimind.actiwate.testing.html.objects   
 

Uses of Image in com.actimind.actiwate.testing
 

Methods in com.actimind.actiwate.testing that return Image
 Image ActiwateTestCase.image(java.lang.String nameOrId)
           
 Image ActiwateTestCase.imageByAlt(java.lang.String altText)
           
 Image ActiwateTestCase.imageByURL(java.lang.String url)
           
 Image[] ActiwateTestCase.images()
           
 

Methods in com.actimind.actiwate.testing with parameters of type Image
 void ActiwateTestCase.click(Area area, Image image)
           
 

Uses of Image in com.actimind.actiwate.testing.html
 

Methods in com.actimind.actiwate.testing.html that return Image
 Image PageObjectLookup.image(java.lang.String nameOrId)
          Searches for image or image button by name or id attribute value.
 Image PageObjectLookup.imageByAlt(java.lang.String altText)
          Searches for image or image button by alt attribute value.
 Image PageObjectLookup.imageByURL(java.lang.String url)
          Searches for image or image button by specified url.
 Image[] PageObjectLookup.images()
          Returns all images and image buttons.
 Image TableCellObjectLookup.image()
          Returns first image or image button contained in this table cell.
 Image[] TableCellObjectLookup.images()
          Returns all images and image buttons contained in this table cell.
 

Methods in com.actimind.actiwate.testing.html with parameters of type Image
 void Action.click(Area area, Image image)
          Emulates single mouse click on an Area element.
 

Uses of Image in com.actimind.actiwate.testing.html.objects
 

Methods in com.actimind.actiwate.testing.html.objects that return Image
 Image[] ImageMap.getMappedImages()
          Returns array of Image objects representing HTML images having references to this map.
 Image ImageMap.getMappedImage()
          Returns Image object representing HTML image having reference to this map.
 Image Link.innerImage()
          Returns image contained within this link.
 



Copyright © 2007 Actimind, Inc. All Rights Reserved.