pywinauto.clipboard¶
Some clipboard wrapping functions - more to be added later
pywinauto.clipboard.EmptyClipboard()¶
pywinauto.clipboard.GetClipboardFormats()¶Get a list of the formats currently in the clipboard
pywinauto.clipboard.GetData(format_id=<MagicMock name='mock.CF_UNICODETEXT' id='140198715111016'>)¶Return the data from the clipboard in the requested format
pywinauto.clipboard.GetFormatName(format_id)¶Get the string name for a format value