pyWinAuto: pywinauto.clipboard -- Some clipboard wrapping functions - more to be added later

clipboard

Some clipboard wrapping functions - more to be added later


Functions

f GetClipboardFormats() ...

Get a list of the formats currently in the clipboard

f GetFormatName(format) ...

Get the string name for a format value

f GetData(format=13) ...

Return the data from the clipboard in the requested format

See the source for more information.