Bugs item #1307634, was opened at 2005-09-29 08:25
Message generated for change (Comment added) made by henryju
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: Core API
>Group: Release 1.3
>Status: Closed
>Resolution: Fixed
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: Julien HENRY (henryju)
Date: 2006-06-22 14:24

Message:
Logged In: YES 
user_id=1235926

With new API, a better solution is to use one of
selectOption
selectOptions
selectOptionByValue
selectOptionsByValues

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

Comment By: garry™ (garrynew)
Date: 2005-09-29 08: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

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to