Forum Discussion

joffre's avatar
joffre
Regular Contributor
14 years ago

Reading Web Components

Image attached for a better understanding.



Here are my itens MappedNames:

1


Aliases.iexplore.pageFpwebFolhaDePagamento.frameFrame1.formForm1.panelBarra32.panelMenuCache10.textnodeTabelas




2

Aliases.iexplore.pageHttpLocalhostFpwebBarraprinc.panelOuterBorder.panelInnerBorder.panelScrollContainer.table.cellTabelasBSicas




3

Aliases.iexplore.pageHttpLocalhostFpwebBarraprinc.panelOuterBorder.panelInnerBorder.panelScrollContainer.table.cellFaixasDosEncargos




On all three examples above I'm using the property ".Click()" to open it. Just the last one (3) opens a new frame that is my form.

This names were mapped by TestComplete, but it isn't working. When I run my script it recognizes the first line but doesn't find the two others.



Ideas about how I can fix it?

1 Reply

  • Hi Joffre,



    Since the second and third objects are displayed dynamically, it's possible that it's just necessary to refresh the objects tree to make TestComplete notice the newly created/shown objects. Try making TestComplete wait for the objects to appear as described in the [url=
    http://smartbear.com/support/viewarticle/12168/
    ]Waiting for an Object, Process or Window Activation[/url] help topic.