Google News
logo
Selenium - Quiz(MCQ)
In Selenium, Following Axis is related to:
A)
Selects all the siblings after the current element
B)
Selects all of the siblings before the current element
C)
Selects all elements that follow the closing tab of the current elements.
D)
Selects all elements that are before the current element

Correct Answer :   Selects all elements that follow the closing tab of the current elements.


Explanation :

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 C is the correct answer.

Advertisement