[python-win32] How to make Python identify GUI buttons by their label

2010-11-11 Thread ChristopherTom
The contractor we hired told us that Python can only recognize GUI objects, specifically buttons, by their ID. This is very inconvenient and hard to work with as the button IDs change a lot between builds. Instead, I want to reference a button by its label like Save, Preview, or Submit. Does

Re: [python-win32] How to make Python identify GUI buttons by their label

2010-11-11 Thread Tim Roberts
ChristopherTom wrote: The contractor we hired told us that Python can only recognize GUI objects, specifically buttons, by their ID. This is very inconvenient and hard to work with as the button IDs change a lot between builds. Instead, I want to reference a button by its label like Save,