Patches item #977417, was opened at 2004-06-22 14:10
Message generated for change (Settings changed) made by henryju
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497984&aid=977417&group_id=61302
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Kester Mielke (kmielke)
Assigned to: Nobody/Anonymous (nobody)
Summary: added some new functions to jwebunit
Initial Comment:
/**
* Assert that supplied text is present in a specific table.
*
* @param tableSummaryOrId summary or id attribute value
of table
* @param text text to search for
* @param link link to find in the row of text
*/
public void assertLinkInTable(String tableSummaryOrId,
int col, String text, String link) {...}
/**
* Navigate by selection of a link in a table.
*
* @param tableSummaryOrId
* @param text text to identify the link
* @param link text of the link
*/
public void clickLinkInTable(String tableSummaryOrId,
int col, String text, String link) {...}
/**
* Assert that a link containing a specified url is present.
*
* @param urlName
*/
public void assertLinkPresentWithUrl(String urlName) {...}
/**
* Navigate by selection of a link with a given image.
*
* @param imageFileName A suffix of the image's
filename; for example, to match
* <tt>"images/my_icon.png"</tt>,
you could just pass in
* <tt>"my_icon.png"</tt>.
*/
public void clickLinkWithUrl(String urlName) {...}
/**
* Click the button with the given value.
*
* @param buttonValue
*/
public void clickButtonWithValue(String buttonValue) {...}
/**
* Assert that a button with a given value is present.
*
* @param buttonValue
*/
public void assertButtonPresentWithValue(String
buttonValue) {...}
/**
* Switch to another Url without a link or button.
* If you use parameter within the url you should use
* URLEncoder.encode() to encode the parameter before.
*
* @param String url
*/
public void setUrl(String url) {...}
best regars
Kester
----------------------------------------------------------------------
>Comment By: Julien HENRY (henryju)
Date: 2006-06-16 16:24
Message:
Logged In: YES
user_id=1235926
Ether these methods already exist, ether it it possible to
use ***ByXPath instead.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497984&aid=977417&group_id=61302
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development