Which process use JavaScript to find an element?

Options
- By DOM query
- BY XPath query
- BY CSS sector
- All of these


CORRECT ANSWER : By DOM query

Discussion Board
Selenium

Answer: By DOM query
Solution: By DOM query: DOM query is used for evaluating/finding element on the page
By Xpath query: Xpath query is use to identify nodes in XML Document
By CSS sector: CSS sector is a section of code that is use to define style property of web page.
Therefore, By DOM is the correct answer.


Rohit Srivastava 07-28-2014 05:13 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement