Re: Re: [tclwebtest] Parsing problems-1
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-02-27 14:36:06
|
On Thu, Feb 27, 2003 at 12:14:19PM -0000, Harish wrote: > The following is the script I used to fill up the form at > www.Hathway.com. > ============================================== > do_request "http://www.hathway.com" > form find ~n "radioform" > field find ~t "radio" > field select "service" > field find ~n "user1" > field fill "******" > field find ~n "password1" > field fill "******" > field find ~n "city" > field select "*******" > puts "Filled fields Successfully" > form submit > =========================================== > The following error was reported: > > ----- START: ../hathway.test at [27/Feb/2003:17:35:54] ----- > --- do_request for http://www.hathway.com > http status: >>200<< > Notice: unimplemented input type: button > > This field has no choice service. It's only offerings are: {EMail > eM} {Calendar u>C} {LogComplaint Lo} {Service u>S} {MailPanel u>M} The problem lies around line 1343 of tclwebtest.tcl, it only parses the caption and strips incorrectly the html. A TODO note says it could be improved. Til, how can this be done? At the time filed_select is called search modifiers like ~v are already stripped from the parameters. PD: Please don't send me copies of your mailing list answers, it's annoying. -- 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) |