var user = Page().NativeWebObject.Find("Name", "TextNode*bhi0_presence_1*", "SPAN");
For some reason this is not working and also taking long time to execute this line. Why is that?.
thanks
Hi Laxmikant,
First of all, please note that the method will use the native Name property, not TestComplete's Name property in this case. Also, please note that the method analyzes all items on the web page, and therefore, it may take long to obtain an item. I recommend that you use TestComplete's FindChild method instead (see the "FindChild Method" help topic ( http://www.automatedqa.com/support/viewarticle.aspx?aid=5585 ) for more information).
Subject | Author | Latest Post |
---|---|---|