On Sat, Jun 20, 2009 at 10:25 PM, Pete Froslie wrote:
> Thank you so much.. I will start looking into twill and I just finished
> installing Mechanize.
those are very well-known individual tools that will meet your needs.
for larger web testing frameworks, you may also consider Windmill and
Selen
Thank you so much.. I will start looking into twill and I just finished
installing Mechanize.
FYI:
I use Netbeans as my IDE and encountered an error that took some time to
resolve, as follows:
A java.lang.NoClassDefFoundError exception has occurred
the resolution can be found here if you run int
You might want to read up on Python Mechanize as well:
http://wwwsearch.sourceforge.net/mechanize/
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
On Sun, Jun 21, 2009 at 12:03 AM, Pete Froslie wrote:
> I would to access web forms and fill them out.
>
> I am feeling that the 'ClientForm' module makes sense as a starting place,
> but am concerned that maybe it is dated and that there might be a better
> starting option.. can anyone help start
I would to access web forms and fill them out.
I am feeling that the 'ClientForm' module makes sense as a starting place,
but am concerned that maybe it is dated and that there might be a better
starting option.. can anyone help start me along the correct path as I am
pretty new to python and not