1.

What Is 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_title”).html_class(“object_tag”)

  1.  “page_title” is the TITLE of the Web page, DEFINED by the HTML “TITLE” tag.
  2.  “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:
Browser.BrowserChild(“page_title”).html_class(“object_tag”)



Discussion

No Comment Found