ContributionsMost RecentMost LikesSolutionsRe: Access to custom property I have an HTML widget that extends HTMLElement and implements a custom interface I would add this : The following code: myWidget.WaitProperty("enableTA", true, 2000); doesn't return any object (not-existent COMObject). And the following code: aqObject.findProperties(myWidget,"*") doesn't return the enableTA property. Access to custom property Hi at all, I have a problem with testing a custom widget. I have a custom property inside it that is public exposed and visible inside browser webtools, but is not reachable in Testcomplete code. It seems that only standard HTML properties of my widget are available. Have you any idea about it? example : widget property : myWidget.enableTA = true ; selecting in devtools <myWidget> tag and in console : $0.enableTA -> true