module documentation

Undocumented

Class ​Default​Error​Creator Undocumented
Class ​Form​Not​Found 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):

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

default_error_creator =

Undocumented

def _add_class(el, class_name):

Undocumented

def _check(el, check):

Undocumented

def _fill_form(el, values):

Undocumented

def _fill_multiple(input, value):

Undocumented

def _fill_single(input, value):

Undocumented

def _find_elements_for_name(form, name, error):

Undocumented

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

Undocumented

def _find_form_ids(el):

Undocumented

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

Undocumented

def _select(el, select):

Undocumented

def _takes_multiple(input):

Undocumented

_form_name_xpath =

Undocumented

_input_xpath =

Undocumented

_label_for_xpath =

Undocumented

_name_xpath =

Undocumented