Saravana Prabhu wrote:

 I am a newbie to selenium. I need an info: How deos selenium
 recognizes the objects in the web page (Application Under Test). Do
 we have some thing like .GUI (application map) as we have in Win
 Runner? or it directly access the object by traversing to tht
 particular entity?

Hi Saravana.

Selenium uses "locator" expressions to find HTML elements. The locators are interpreted by Javascript functions, which traverse the HTML DOM (Document Object Model). Various types of locator are available, e.g. you can find elements by id-attribute, name-attribute, or XPath expression. See the Selenium online doco for more info.

--
cheers, MikeW                            http://www.dogbiscuit.org/mdub/

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to