Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
Modifier and Type | Method and Description |
---|---|
WebLink |
WebResponse.getFirstMatchingLink(HTMLElementPredicate predicate,
Object criteria)
Returns the first link found in the page matching the specified criteria.
|
WebLink |
HTMLSegment.getFirstMatchingLink(HTMLElementPredicate predicate,
Object value)
Returns the first link found in the page matching the specified criteria.
|
WebLink |
ParsedHTML.getFirstMatchingLink(HTMLElementPredicate predicate,
Object criteria)
Returns the first link found in the page matching the specified criteria.
|
WebLink |
WebImage.getLink() |
WebLink[] |
WebResponse.getLinks()
Returns the links found in the page in the order in which they appear.
|
WebLink[] |
HTMLSegment.getLinks()
Returns the links found in this HTML segment in the order in which they appear.
|
WebLink[] |
ParsedHTML.getLinks()
Returns the links found in the page in the order in which they appear.
|
WebLink |
WebResponse.getLinkWith(String text)
Returns the first link which contains the specified text.
|
WebLink |
HTMLSegment.getLinkWith(String text)
Returns the first link which contains the specified text.
|
WebLink |
ParsedHTML.getLinkWith(String text)
Returns the first link which contains the specified text.
|
WebLink |
WebResponse.getLinkWithID(String ID)
Returns the link found in the page with the specified ID.
|
WebLink |
ParsedHTML.getLinkWithID(String id)
Returns the link found in the page with the specified ID.
|
WebLink |
WebResponse.getLinkWithImageText(String text)
Returns the first link which contains an image with the specified text as its 'alt' attribute.
|
WebLink |
HTMLSegment.getLinkWithImageText(String text)
Returns the first link which contains an image with the specified text as its 'alt' attribute.
|
WebLink |
ParsedHTML.getLinkWithImageText(String text)
Returns the link which contains the first image with the specified text as its 'alt' attribute.
|
WebLink |
WebResponse.getLinkWithName(String name)
Returns the link found in the page with the specified name.
|
WebLink |
ParsedHTML.getLinkWithName(String name)
Returns the link found in the page with the specified name.
|
WebLink[] |
WebResponse.getMatchingLinks(HTMLElementPredicate predicate,
Object criteria)
Returns all links found in the page matching the specified criteria.
|
WebLink[] |
HTMLSegment.getMatchingLinks(HTMLElementPredicate predicate,
Object criteria)
Returns all links found in the page matching the specified criteria.
|
WebLink[] |
ParsedHTML.getMatchingLinks(HTMLElementPredicate predicate,
Object criteria)
Returns all links found in the page matching the specified criteria.
|
Copyright © 2012. All Rights Reserved.