Skip to content

RPA.Windows.Get Elements does not support executable locator type #1323

Description

@CodexEmpirium

Running a basic test, where I have a known executable already detected using 'regex' and 'type' locators. Then I added 'executable' locator to prevent scanning desktop but to focus only within the executable, results in the following warning in the debug console:

[ WARN ] Invalid locator strategy "locator='executable"! (assuming 'name')

I have double-checked the code, I did not add an extra ' in front of executable, the warning is generated based on this line of my code:

@{AsdfStartupElements} = Wait Until Keyword Succeeds 10 6 RPA.Windows.Get Elements locator=executable:AsdfConfigurator.exe and regex:"Configuration in directory.*" and type:WindowControl search_depth=10 timeout=9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions