|
Unfortunately I do not know the value
beforehand. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Pinon Sent: Monday, January 23, 2006 10:45 AM To: [email protected] Subject: Re: [Wtr-general] Tricky checkbox selection Do you know the value
of the checkbox beforehand? If you do then just use this
method: Ie_browser.checkbox(:name,
“Add_member[]”, “35”).set(); This should be good to
go. Sergio From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Paatsch,
Bernd Hello, I
have following html code and like to select the checkbox for "Test3". How can I
do that? <input type="checkbox"
name="Add_member[]" value="25"></td><td>
Test1</td><td>
Subscriber</td><td>208</td></tr> Thanks.
|
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
