ContributionsMost RecentMost LikesSolutionsFormat a series of number as a phone number How Can I Format a Series of Numbers as a Phone Number in vbscript? ex: 4206322623 as (420) 632-2623? SolvedRe: Object spy doesn't work on a specific website on Microsoft Edge 41.16299.967.0 Hi TanyaYatskovska , This issue is still not resolved. I am still not able to spy objects in https://mailtrap.io/signin Object spy doesn't work on a specific website on Microsoft Edge 41.16299.967.0 TC Version: 14.0.308.7 x64 Microsoft Edge 41.16299.967.0 OS: Windows 10 Pro I am on TC Version: 14.0.308.7 x64 and encountered this issue where in object spy is not recognizing objects in this website(https://mailtrap.io/signin) on Microsoft Edge 41.16299.967.0. Where as it works perfectly fine on our application. I need this to be fixed to run my scripts on crossbrowsertesting. Does anyone know what could be the issue? Thanks Re: how to compare validation error messages using test complete Expected = "Attribute Level and Attribute Type must be selected" Prop = "ContentText" Set Obj = Sys.Browser().FindChild(PropName, PropValue ,30) Actual = aqObject.GetPropertyValue(Obj, Prop) If Expected = Actual then Log.message "Validation Passed" Else Log.message "Validation Failed" End If Capturing query string from http analyzer Hi, I am trying to capture Query Strings in our website's http traffic using testcomplete. Right now we are using 'http fox' add on in firefox and capturing it manually. Any body have any idea how to capture this data using testcomplete? Thanks, Vinod