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.
Write your comments