protected virtual Locator GetMonthPickerMonthLocator(string itemKey) { string itemRealValue = ComboBoxItemRepository.GetComboBoxItemRealValue(itemKey); return(Locator.GetVariableLocator(ControlLocatorRepository.GetLocator(ControlLocatorKey.MonthPickerMonthItem), MONTHPICKERITEMVARIABLENAME, itemRealValue)); }
protected virtual Locator Pop_GetComboBoxItemLocator(string itemKey) { string itemRealValue = ComboBoxItemRepository.GetComboBoxItemRealValue(itemKey); return(Locator.GetVariableLocator(ControlLocatorRepository.GetLocator(ControlLocatorKey.PopComboBoxItem), COMBOBOXITEMVARIABLENAME, itemRealValue)); }
protected virtual Locator NewJazz_GetDatePickerTimeLocator(string itemKey) { string itemRealValue = ComboBoxItemRepository.GetComboBoxItemRealValue(itemKey); return(Locator.GetVariableLocator(ControlLocatorRepository.GetLocator(ControlLocatorKey.NewReactJSjazzDatePickerTimeItem), DATEPICKERITEMVARIABLENAME, itemRealValue)); }
/// <summary> /// Get the value of test data type key /// </summary> /// <param name="key">combo box element key</param> /// <returns>Key value</returns> public string GetActualValue(string itemKey) { return(ComboBoxItemRepository.GetComboBoxItemRealValue(itemKey)); }
protected virtual Locator GetDatePickerDayLocator(string itemKey) { string itemRealValue = ComboBoxItemRepository.GetComboBoxItemRealValue(itemKey); return(Locator.GetVariableLocator(ControlLocatorRepository.GetLocator(ControlLocatorKey.DatePickerDayItem), DATEPICKERITEMVARIABLENAME, itemRealValue)); }