Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrkafk opened this issue May 7, 2024 · 0 comments
Open

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

mrkafk opened this issue May 7, 2024 · 0 comments

Comments

@mrkafk
Copy link

mrkafk commented May 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant