rpaframework
rpaframework copied to clipboard
Can't click "Save" in menu in Notepad? (RPA.Windows)
This is related to question I raised on SO.
I'm automating a Windows app via rpaframework
, using mostly functionality of RPA.Windows. I have a tasks file that works up to a point:
*** Settings ***
Library RPA.Windows
*** Variables ***
*** Tasks ***
Set Text Into Notepad Window
Windows Run Notepad
Control Window subname:Notepad
Click name:File
Click name:Save
It opens File
menu just fine. But then "clicking" Save fails:
ElementNotFound: Element not found with locator 'name:Save'
Is this a bug or am I doing something wrong?
Environment:
OS: Windows 10 Enterprise Python: 3.11