arjuna.configure.validator module

class arjuna.configure.validator.Validator

Bases: object

VNREGEX = '^([a-zA-Z][a-zA-Z_0-9]{2,50})$'
VNREGEX_TEXT = '\n    Name must be a string of length 3-50 starting with a letter, followed by letters, digits or _ (underscore).\n    '
classmethod absolute_dir_path(input)
classmethod absolute_dir_path_present(input)
classmethod absolute_file_path(input)
classmethod actor_mode(input)
classmethod allowed_log_contexts(input)
classmethod bool(input)
classmethod browser_name(input)
classmethod desktop_os(input)
classmethod float(input)
classmethod guiauto_automator_name(input)
classmethod guiauto_context_name(input)
classmethod int(input)
classmethod locale(input)
classmethod logging_level(input)
classmethod mobile_os(input)
classmethod name(input)
classmethod positive_float(input)
classmethod positive_int(input)
classmethod raise_exc(input, msg=None)
classmethod report_formats(input)
classmethod str(input)
classmethod str_list(input)
classmethod str_or_strlist(input)
classmethod web_url(input)