dankh
9 years agoNew Contributor
Script access to custom web grids using InnerHTML property
Hi,
I'm trying to perform grid actions on a web application with custom grids that TestComplete does not identify as objects. The closest access using the Object Spy is to a parent panel that contains the grid. This panel includes all the grid objects within the HTML that I can access via the panel's InnerHTML property.
I'm used to writing VBScript tests for .Net applications so I'm somewhat puzzled as to how to script access to InnerHTML so that I can perform typical grid actions.
Is there a way to do this natively via script or perhaps a way to get TestComplete to identify the html grid tags as objects in their own right?
Thanks in advance for any assistance!