You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:It opens
File
menu just fine. But then "clicking" Save fails:Is this a bug or am I doing something wrong?
Environment:
OS: Windows 10 Enterprise
Python: 3.11
The text was updated successfully, but these errors were encountered: