| Home | Trees | Index | Help |
|---|
|
browser: Browser: an automated web browser, to aid you in automating interaction
with websites.
browser.Browser:
An automated web browser.
exceptions.Exception:
Common base class for all exceptions.
browser.BrowserError:
Base class for exceptions
browser.FieldNotFoundError:
Exception raised on attempting to specify a field that doesn't exist
in the current form.
browser.FormNotFoundError:
Exception raised on attempting to specify a form that doesn't
exist.
browser.LinkNoHrefError:
Exception raised on attempting to navigate to a link without an href
attribute.
browser.LinkNotFoundError:
Exception raised on attempting to navigate to a link that doesn't
exist.
browser.NoFormSpecifiedError:
Exception raised on attempting to submit a form before a form has been
specified.
browser.UnknownMethodError:
Exception raised on attempting to fetch a URI with an unknown HTTP
method.
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Sun Nov 30 09:49:04 2003 | http://epydoc.sf.net |