ContributionsMost RecentMost LikesSolutionsRe: How to extract a specific value generated in a web applicationThanks for all the replies! Figured it out using aqObject.GetPropertyValue Set rpiCompleteWirePage = Sys.Browser.Page("https://www.someurl.com") Set SeqNrObj = rpiCompleteWirePage.NativeWebObject.Find("InnerText", "Reference Numb*") PropValue = aqObject.GetPropertyValue(SeqNrObj, "InnerText") Log.Message(PropValue) Now just have to strip out the value i need since it gives me a long value How to extract a specific value generated in a web applicationI'm new to test complete and love the NativeWebObject.Find strategy for finding objects and running test automation in a web application. Now I just need to figure out how to extract a number that's generated from a script I'm running. I'm automating an application that creates a Wire request to send funds to payee, Once the wire is complete a number is generated that I need to 'Approve' the wire. Does anyone know of any built in features or a VBScript function to pull this data from the site? Any help would be appreciated. Thanks Trouble using the NativeWebObject.Find on the Falafel Training web applicationCan anyone help provide the VB code for how to get the NativeWebObject.Find method to work, I can't seem to find the 'UserName' field using this method. When I use the following code, I can't seem to locate the UserName field. Dim userName TestedApps.iexplore.Run() Aliases.iexplore.ToURL("http://training.falafel.com/Orders/") userName = Sys.Process("iexplore").Page("*").NativeWebObject.Find("id", "*UserName*", "input") userName.Text = "training" But when I run the script, 'training' doesn't get populated in the UserName field. Any ideas? Thanks everyone.TestComplete 9 is pegging CPU usage to 83%Not sure why TestComplete.exe (Test Complete 9) is pegging my CPU usage and will often hang when replaying a script. I have McAfee Agent version 4.6.0.2292 and Mcafee DLP Endpoint installed. Any idea as to why this is happening?