SilkTest Question:
Download Job Interview Questions and Answers PDF
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.
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.
Download SilkTest Interview Questions And Answers
PDF
Previous Question | Next Question |
How to add objects of other pages to a test frame? | What is stored in a test frame? |