From: | Jeff <threshar(at)torgo(dot)978(dot)org> |
---|---|
To: | Richard Huxton <dev(at)archonet(dot)com> |
Cc: | "mixo(at)coza(dot)net(dot)za" <mixo(at)coza(dot)net(dot)za>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: Benchmark |
Date: | 2003-08-15 18:24:01 |
Message-ID: | Pine.BSF.4.44.0308151420380.28208-100000@torgo.978.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Fri, 15 Aug 2003, Richard Huxton wrote:
> If you do find some flexible, scriptable web testing system that can read/fill
> out forms etc please post to the list - I've had no luck finding anything I
> like.
>
There was a tool created by altavista R&D called "WebL" that I used on a
project. I think if you search around you'll be able to find it.
However, I think it has developed "bit rot" from not being touched in so
long. My old webl stuff will no longer work.
But what is it? it is a web scraping language written in java. Fast it is
not. Easy to scrape and interact with pages: YES. It has all sorts of
things for locating fields, locating table cells, etc. (I used it for
writing a prototype that would scrape a competitors site and import the
data into our application :)
but if it doesn't work LWP isn't _that_ bad. You will end up in regex hell
though.
--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/
From | Date | Subject | |
---|---|---|---|
Next Message | Balazs Wellisch | 2003-08-15 18:47:21 | Re: Benchmark |
Previous Message | Josh Berkus | 2003-08-15 16:21:06 | Re: Benchmark |