Re: [tclwebtest] Parsing problems-1
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-02-26 15:29:20
|
On Wed, Feb 26, 2003 at 10:13:37AM -0000, Harish wrote: > Hi there... > > I was trying to parse through the a few web pages trying to fill > in fields .. I encountered errors while filling up the following > form using tclwebtest: > > The errors were: > I was not able to check the radio button options. Without your source scripts there is nothing to do, I tried "log [form all]" and the result was: {index 5 value EMail name hathwayradio choices {{EMail eM} {Calendar u>C} {LogComplaint Lo} {Service u>S} {MailPanel u>M}} caption {} type radio stop_idx 887 start_idx 795 full {<input type="radio" value="EMail " name="hathwayradio" accesskey="a" class="BlueBG" checked>}} Which means the radio button is available to your script. -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |