def __init__(self): Screenshot.__init__(self, "C:\\Keyword\\Results") XML.__init__(self, use_lxml=True) """CommonUtil.__init__(self, None, dict , False)""" Telnet.__init__(self, timeout='3 seconds', newline='CRLF', prompt=None, prompt_is_regexp=False, encoding='UTF-8', encoding_errors='ignore', default_log_level='INFO') Process.__init__(self) """Also this doc should be in shown in library doc."""
def __init__(self): Screenshot.__init__(self,"C:\\WebServer\\Results") XML.__init__(self,use_lxml=True) Process.__init__(self)