Tuesday, September 3, 2013

Monday, August 26, 2013

Sunday, April 7, 2013

How should I write the code for the element in one children Group in DOM for QTP

Hi There 
I got one issue: I need write one line code for one element on one web page : but the element in the DOM are grouped into children[0-99] -0 , see the screenshots


as usual , the code dom.children(0) is ok, but it fails if it is like this. 
I tried to write children(0)(0), it still failed. 
Would u like give me one advice ?