What is DOM

Answer Posted / rag

Document Object Model (DOM) is a set of COM objects that
correspond to the elements you see on a Web page. Within
Internet Explorer, every HTML element (<IMG>, <A>, <TABLE>,
and so on) is programmable via an object that is part of the
overall object model

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can delete excel file in qtp?

680


Explain the difference between call to action and copy action?

607


What are parameterizing tests?

626


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1453


How can get count of list box?

734






How can I import environment from a file on disk?

623


What are the trigger events in qtp?

677


action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans

1711


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1440


I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible

1544


What is the process of synchronizing qtp and aut?

652


How to creating an output value using quicktest professional (qtp)?

655


what QTP Options do you know?

3015


How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))

1765


Diff b/w Health care domain and Banking Domain?

4299