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”) 1. “Caption_tag” is the caption of the HTML element. 2. “#index_tag” is the index of this HTML element, counting from the beginning of this page of the same class of HTML elements. 3. “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”) 1. “Caption_tag” is the caption of the HTML element. 2. “#index_tag” is the index of this HTML element, counting from the beginning of this page of the same class of HTML elements. 3. “window_tag” is the window identifier. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.
Answer should be complete in itself.
Related Questions
View Answer
What is the syntax of UI object identifier used by DOM extension?