Capture dynamically generated text from the text box

Hi,

There are 3 fields (text box) Width, Height and Total Sq ft.
The value in Total Sq. ft text box gets automatically calculated, based on entered Width and Height.

Now i’m not able to get the value in the Total Sq. ft.
GetText() function is returning null

How can I capture dynamically generated values in the textbox ?

@Saranya: can you please try to get the attribute value of “Total Sq” text box instead.
Using keyword:

attribute = WebUI.getAttribute(findTestObject('txt_TotalSq'), 'value')

More details at: https://docs.katalon.com/display/KD/%5BWebUI%5D+Get+Attribute

If it does not solve your problem. Please help to screenshot your DOM of your Totalsq element.

Thank you…It’s working now…