Package lxml :: Package html :: Module formfill
[show private | hide private]
[frames | no frames]

Module lxml.html.formfill

Classes
DefaultErrorCreator  

Exceptions
FormNotFound Raised when no form can be found

Function Summary
  _add_class(el, class_name)
  _check(el, check)
  _fill_form(el, values)
  _fill_multiple(input, value)
  _fill_single(input, value)
  _find_elements_for_name(form, name, error)
  _find_form(el, form_id, form_index)
  _find_form_ids(el)
  _insert_error(el, error, error_class, error_creator)
  _select(el, select)
  _takes_multiple(input)
  fill_form(el, values, form_id, form_index)
  fill_form_html(html, values, form_id, form_index)
  insert_errors(el, errors, form_id, form_index, error_class, error_creator)
  insert_errors_html(html, values, **kw)

Generated by Epydoc 2.1 on Sat Aug 18 12:44:27 2007 http://epydoc.sf.net