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
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