rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Can't click "Save" in menu in Notepad? (RPA.Windows)

Open mrkafk opened this issue 9 months ago • 0 comments

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

mrkafk avatar May 07 '24 18:05 mrkafk