In selenium, parent and child nodes are in same query because HTML has a tree structure.

Options
- True
- False


CORRECT ANSWER : True

Discussion Board
Selenium

Answer: True

Solution: In selenium, it represents parent and child node in the same query due to HTLM has tree structure. First query start with HTML node, move to child node then body after that body’s child and so on.
Therefore, option A is the correct answer.


Rohit Srivastava 07-28-2014 05:07 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