Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> from win32com.client import gencache, Dispatch, DispatchWithEvents
- >>> import win32com, pythoncom
- >>> from win32com.client import constants, getevents
- >>> ie = win32com.client.Dispatch("InternetExplorer.Application")
- >>> ie._prop_map_get_
- {'HWND': (-515, 2, (20, 0), (), 'HWND', None), 'Application': (200, 2, (9, 0), (), 'Application', None), 'Parent': (201, 2, (9, 0), (), 'Parent', None), 'Busy': (212, 2, (11, 0), (), 'Busy', None), 'FullScreen': (407, 2, (11, 0), (), 'FullScreen', None), 'Top': (207, 2, (3, 0), (), 'Top', None), 'ToolBar': (405, 2, (3, 0), (), 'ToolBar', None), 'LocationURL': (211, 2, (8, 0), (), 'LocationURL', None), 'Visible': (402, 2, (11, 0), (), 'Visible', None), 'Offline': (550, 2, (11, 0), (), 'Offline', None), 'Silent': (551, 2, (11, 0), (), 'Silent', None), 'TheaterMode': (554, 2, (11, 0), (), 'TheaterMode', None), 'Width': (208, 2, (3, 0), (), 'Width', None), 'TopLevelContainer': (204, 2, (11, 0), (), 'TopLevelContainer', None), 'LocationName': (210, 2, (8, 0), (), 'LocationName', None), 'AddressBar': (555, 2, (11, 0), (), 'AddressBar', None), 'RegisterAsDropTarget': (553, 2, (11, 0), (), 'RegisterAsDropTarget', None), 'RegisterAsBrowser': (552, 2, (11, 0), (), 'RegisterAsBrowser', None), 'Path': (401, 2, (8, 0), (), 'Path', None), 'Height': (209, 2, (3, 0), (), 'Height', None), 'FullName': (400, 2, (8, 0), (), 'FullName', None), 'Container': (202, 2, (9, 0), (), 'Container', None), 'StatusText': (404, 2, (8, 0), (), 'StatusText', None), 'Left': (206, 2, (3, 0), (), 'Left', None), 'Document': (203, 2, (9, 0), (), 'Document', None), 'StatusBar': (403, 2, (11, 0), (), 'StatusBar', None), 'MenuBar': (406, 2, (11, 0), (), 'MenuBar', None), 'Resizable': (556, 2, (11, 0), (), 'Resizable', None), 'Name': (0, 2, (8, 0), (), 'Name', None), 'ReadyState': (-525, 2, (3, 0), (), 'ReadyState', None), 'Type': (205, 2, (8, 0), (), 'Type', None)}
Advertisement
Add Comment
Please, Sign In to add comment