public static Label GetFundsLabel(string fundsText) { return (Label)DesktopWindow.Get(SearchCriteria.ByText(fundsText) .AndControlType(typeof(Label))); }