Re: [tclwebtest] Checking a checkbox using the value
Status: Abandoned
Brought to you by:
tils
From: Kolja L. <ma...@ko...> - 2004-01-28 03:36:10
|
For the ~v flag tclwebtest must recognize the value of the field as visible to the user, so the text that is displayed along with the checkbox. Are you using a <label>-tag? The logic for getting the value of a checkbox is not very straightforward, but it may help to debug [field all] to see, which values the parser found. Hope it helps Kolja |