Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
Modifier and Type | Method and Description |
---|---|
WebImage[] |
WebResponse.getImages()
Returns the images found in the page in the order in which they appear.
|
WebImage[] |
HTMLSegment.getImages()
Returns the images found in the page in the order in which they appear.
|
WebImage[] |
ParsedHTML.getImages()
Returns the images found in the page in the order in which they appear.
|
WebImage |
WebResponse.getImageWithAltText(String altText)
Returns the first image found in the page with the specified alt attribute.
|
WebImage |
HTMLSegment.getImageWithAltText(String source)
Returns the first image found in the page with the specified alt attribute.
|
WebImage |
ParsedHTML.getImageWithAltText(String altText)
Returns the first image found in the page with the specified alt attribute.
|
WebImage |
WebResponse.getImageWithName(String source)
Returns the image found in the page with the specified name attribute.
|
WebImage |
HTMLSegment.getImageWithName(String name)
Returns the image found in the page with the specified name.
|
WebImage |
ParsedHTML.getImageWithName(String name)
Returns the image found in the page with the specified name.
|
WebImage |
WebResponse.getImageWithSource(String source)
Returns the first image found in the page with the specified src attribute.
|
WebImage |
HTMLSegment.getImageWithSource(String source)
Returns the first image found in the page with the specified src attribute.
|
WebImage |
ParsedHTML.getImageWithSource(String source)
Returns the first image found in the page with the specified src attribute.
|
Copyright © 2012. All Rights Reserved.