Bugs item #1307634, was opened at 2005-09-29 06:25
Message generated for change (Comment added) made by garrynew
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1307634&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: Interface (example)
Group: Release 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: hellfire002ph (hellfire002ph)
Assigned to: Nobody/Anonymous (nobody)
Summary: selecting radio option?

Initial Comment:
u hav assertRadioOptionNotSelected, 
assertRadioOptionNotPresent,assertRadioOptionPresent
 and    assertRadioOptionSelected. now how can u 
select this radio option using jWebUnit...

----------------------------------------------------------------------

Comment By: garry™ (garrynew)
Date: 2005-09-29 06:38

Message:
Logged In: YES 
user_id=1353685

let say this is  your code and you want to select non
Retail........

<td width="88%">
<input type="radio" name="campaignType" value="R"
checked="checked"> Retail <br> 
<input type="radio" name="campaignType" value="N"> Non Retail
</td>

here's a solution 

  setFormElement("campaignType","N");

hope this helps you


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1307634&group_id=61302


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to