| Home | Trees | Index | Help |
|---|
| Module browser :: Class Browser |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Returns a string containing the current data in the page. | |
Returns a HTMLFormElement representing the current form. | |
Dump details of all forms on the page. | |
Change the value in a form field in the currently selected form. | |
Returns a dictionary containing the values set in the current form. | |
Direct the Browser to follow a specified link on the current page. | |
Choose a form on the page to which further form manipulations ( field, submit) will apply. | |
get -- have the Browser navigate to a URI. | |
Submit the currently selected form. | |
Returns a string containing the current URI. | |
| Method Details |
|---|
content(self)Returns a string containing the current data in the page. |
current_form(self)Returns a HTMLFormElement representing the current form. |
dump_forms(self)Dump details of all forms on the page. Useful for debugging. |
field(self, fieldname, fieldvalue)Change the value in a form field in the currently selected form. Defaults to the first form on the page if noform has been specified.
|
fieldValues(self)Returns a dictionary containing the values set in the current form. |
follow_link(self, linkdata)Direct the Browser to follow a specified link on the current page.
|
form(self, formdata)Choose a form on the page to which further form manipulations (field, submit) will apply.
|
get(self, uri, method='GET', data=None)get -- have the Browser navigate to a URI.
|
submit(self)Submit the currently selectedform.
|
uri(self)Returns a string containing the current URI. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Sun Nov 30 09:49:04 2003 | http://epydoc.sf.net |