1.

Explain Multi-tagging?

Answer»

Multi-tagging is a technique used by the DOM browser extension to identify a web page UI object. Whenever possible, DOM extension inserts more than one tag into the object identifier in following format:
Browser.BrowserChild(page_title).html_class(caption_tag|window_tag)

  • Caption_tag is the caption of the HTML element.
  • #index_tag is the INDEX of this HTML element, counting from the beginning of this page of the same CLASS of HTML elements.
  • window_tag is the WINDOW identifier.

Multi-tagging is a technique used by the DOM browser extension to identify a web page UI object. Whenever possible, DOM extension inserts more than one tag into the object identifier in following format:
Browser.BrowserChild(page_title).html_class(caption_tag|window_tag)



Discussion

No Comment Found