How to select a command of a program via GUI libraries?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hypermesher
    New Member
    • Jul 2019
    • 1

    How to select a command of a program via GUI libraries?

    Hello,

    I have a question about GUI libraries. I am working on an automation program. I use coordinate info of a command (for example, file -> open or about -> help) via pyautogui. However, according to screen resolution or program window location, this command’s coordinate can be changed. To fix this problem, I want to move without coordinate. How can I select a command of a program via GUI libraries? Is it possible to make this? Because I know, pywinauto has a special movement for Notepad (app.Notepad.me nu_select(“File->SaveAs”). I wonder, can I use this for other programs?
Working...