In Selenium, Following Axis is related to:

Options
- Selects all the siblings after the current element
- Selects all elements that follow the closing tab of the current elements.
- Selects all of the siblings before the current element
- Selects all elements that are before the current element


CORRECT ANSWER : Selects all elements that follow the closing tab of the current elements.

Discussion Board
Selenium

Answer: select all elements that follow the closing tab of the current element.

Solution: Following Axis: Following axis is select all nodes or element that come after context node or follow the closing tab of the current element in the same document except the descendent, attribute nodes and namespace nodes.
Therefore, Option B is the correct answer.


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