Re: [tclwebtest] use tclwebtest from AOLserver?
Status: Abandoned
Brought to you by:
tils
From: Tilmann S. <ti...@ti...> - 2003-09-29 19:18:30
|
* Grzegorz Adam Hankiewicz <gr...@ef...> [20030929 19:06]: > Search freshmeat.net for javascript. There are two libraries with > potential to be embedded as C modules with a tcl binding. This surely > means huge work, currently tclwebtest doesn't "understand" web pages > as a browser, only scans a few tags here and there to get an idea, > and for javascript to work you would need a DOM like implementation. Agreed - the whole parsing stuff has some kind of quick hack approach and is definitely far from how a browser is able to treat html. Most of the times it is possible to work around - especially if you have influence on the server that produces the html. If you really want to do browser-like html parsing it would make a lot of sense to control a browser with the scripts, e.g. mozilla or konqueror but that's a completely different approach. til |