Using this function static public MenuPathTask ClickMenuEntryByRegexPattern(this IUIElement rootUIElement, Bot bot, string menuEntryRegexPattern, string menuNextStep)
Whit this command:
yield return scanResultCombatSite.ClickMenuEntryByRegexPattern(bot, "Warp To Within" , @"50");
The Bot have to do right-clcik on the anomaly → Enter into the sub-menu “Warp To Within” → Click on “Within 50 Km”
but the bot instead of do all this, go to click directly “Warp Within 0 m”
How I can set it to enter to the second result of the menulist and after click “Within 50 km” ?