07-27-2014, 10:13 AM
Hi,
I am testing the T24 application and would like to know how to capture the embedded text on the "Cheque encashment ID" which dynamically changes.
Please let me know the function to use to capture particular embedded text on the webpage.
I am using the below code to capture the innertext on the webpage
However, I would like to retrieve the Cheque Encashment ID and export the same to the datatable in QTP.
Many Thanks,
Shilpa R
I am testing the T24 application and would like to know how to capture the embedded text on the "Cheque encashment ID" which dynamically changes.
Please let me know the function to use to capture particular embedded text on the webpage.
I am using the below code to capture the innertext on the webpage
Code:
Capinnertext=Browser("Title:=.*").Page("Title:=.*").Object.Body.innertext
However, I would like to retrieve the Cheque Encashment ID and export the same to the datatable in QTP.
Many Thanks,
Shilpa R