[tclwebtest] Checking a checkbox using the value
Status: Abandoned
Brought to you by:
tils
From: Michael H. <Mic...@qu...> - 2004-01-27 19:01:48
|
I'm trying to select a checkbox using its value. The HTML is something like this: <input type=checkbox name=enable value="some-identifier-here"> <input type=checkbox name=enable value="something-else-here"> <input type=checkbox name=enable value="and-another"> I thought I could use: field check ~v general-comments but it throws the field not found exception. The following works, but isn't very useful to me: field check ~n enable If anyone knows what I'm doing wrong off the top of their head, I'd appreciate the help. Thanks, Michael |