module documentation

Undocumented

Class DefaultErrorCreator Undocumented
Exception FormNotFound Raised when no form can be found
Function fill_form Undocumented
Function fill_form_html Undocumented
Function insert_errors Undocumented
Function insert_errors_html Undocumented
Variable default_error_creator Undocumented
Function _add_class Undocumented
Function _check Undocumented
Function _fill_form Undocumented
Function _fill_multiple Undocumented
Function _fill_single Undocumented
Function _find_elements_for_name Undocumented
Function _find_form Undocumented
Function _find_form_ids Undocumented
Function _insert_error Undocumented
Function _select Undocumented
Function _takes_multiple Undocumented
Variable _form_name_xpath Undocumented
Variable _input_xpath Undocumented
Variable _label_for_xpath Undocumented
Variable _name_xpath Undocumented
def fill_form(el, values, form_id=None, form_index=None): (source)

Undocumented

def fill_form_html(html, values, form_id=None, form_index=None): (source)

Undocumented

def insert_errors(el, errors, form_id=None, form_index=None, error_class='error', error_creator=default_error_creator): (source)

Undocumented

def insert_errors_html(html, values, **kw): (source)

Undocumented

default_error_creator = (source)

Undocumented

def _add_class(el, class_name): (source)

Undocumented

def _check(el, check): (source)

Undocumented

def _fill_form(el, values): (source)

Undocumented

def _fill_multiple(input, value): (source)

Undocumented

def _fill_single(input, value): (source)

Undocumented

def _find_elements_for_name(form, name, error): (source)

Undocumented

def _find_form(el, form_id=None, form_index=None): (source)

Undocumented

def _find_form_ids(el): (source)

Undocumented

def _insert_error(el, error, error_class, error_creator): (source)

Undocumented

def _select(el, select): (source)

Undocumented

def _takes_multiple(input): (source)

Undocumented

_form_name_xpath = (source)

Undocumented

_input_xpath = (source)

Undocumented

_label_for_xpath = (source)

Undocumented

_name_xpath = (source)

Undocumented