'pywinauto not see some button in dialog

Its can't find button Setup -> Load Option

My apps screen

enter image description here

I has that code

    import time

    from pywinauto import application

    app = application.Application().start('G:\\walker\\L2Walker.exe', work_dir="G:\\walker\\")
    print(app.L2Walker1086Patched.print_control_identifiers())

Code result



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source