pywinauto.xml_helpers¶
Module containing operations for reading and writing dialogs as XML
pywinauto.xml_helpers.ReadPropertiesFromFile(filename)¶Return a list of controls from XML file filename
pywinauto.xml_helpers.WriteDialogToFile(filename, props)¶Write the props to the file
props can be either a dialog or a dictionary
- exception
pywinauto.xml_helpers.XMLParsingError¶Wrap parsing Exceptions