I'm trying to find a way to make a python script that finds all the buttons/checkboxes inside an excel document and interacts with them randomly.
I've tried using pywinauto, but it doesn't find the actual objects inside the document (probably because it's a vb object and not a regular GUI).
How can it be done using python? Or maybe there's another way to do it?
Here is a file for example excel
Thanks.