1.

Explain The Syntax Of Ui Object Identifier Used By Dom Extension?

Answer»

The DOM BROWSER extension uses the following syntax for web UI objects:

  • Browser.BrowserChild(page_titile).html_class(object_tag)
  • page_title is the title of the web page, DEFINED by the HTML TITLE TAG.
  • object_tag is the label of the HTML element. How a HTML element is labeled DEPENDING on the type of HTML element.

The DOM browser extension uses the following syntax for web UI objects:



Discussion

No Comment Found