Unable to Record infragistics web Numeric Fields using Katalon Recorder

Please find my below steps:

  • I have started recording for web application.
  • The below listed fields are present inside the iframe for the “Account Code” screen
    The screen Name is ’ Account Code’ which includes the fields are:
  1. code (The fields which accepts both Numeric and alphabet)
  2. Description (The fields which accepts both Numeric and alphabet)
  3. Yearly Budget-(will accepts only numeric values)
  4. January–(will accepts only numeric values)
  5. February-(will accepts only numeric values)
  6. March-(will accepts only numeric values)
  7. April–(will accepts only numeric values)
  8. May–(will accepts only numeric values)
  9. June–(will accepts only numeric values)
  10. July–(will accepts only numeric values)
  11. August–(will accepts only numeric values)
  12. September–(will accepts only numeric values)
  13. October–(will accepts only numeric values)
  14. November–(will accepts only numeric values)
  15. December–(will accepts only numeric values)

FYR, Please find the below screenshot :

From the above screen we are unable to record below Infragistics web Numeric fields .

Fields Name:
1.Yearly Budget-(will accepts only numeric values)
2.January–(will accepts only numeric values)
3.February-(will accepts only numeric values)
4.March-(will accepts only numeric values)
5.April–(will accepts only numeric values)
6.May–(will accepts only numeric values)
7.June–(will accepts only numeric values)
8.July–(will accepts only numeric values)
9.August–(will accepts only numeric values)
10.September–(will accepts only numeric values)
11.October–(will accepts only numeric values)
12.November–(will accepts only numeric values)
13.December–(will accepts only numeric values)

Screenshot2:

Highlighted field details:
We have used third -party controls(Infragistics web Numeric fields) in our application for the above mentioned field Name.

I’m assuming you’ve posted an image of a session that should have captured a bunch of numeric* fields and actually failed to do so? You do understand that we don’t know what is missing, right?

It might be better if you post more information. Follow the advice here:


*Numeric fields: Strictly speaking, there is no such thing. All “fields” in HTML are textual, even if they have a type set to number or date or whatever.