public void ClickedOnSearchViewButton(string frameId) { try { GenericTestStep.StepToClickedOnSearchViewButton(frameId); } catch (Exception e) { GenericHelper.Logs(e.ToString(), "FAILED"); throw new Exception(e.ToString()); } }