adspace
How to handle hidden elements in selenium webdriver?
Answer Posted / Tejender Singh
Hidden elements can be handled by using the `isDisplayed()` method, which returns false for hidden elements. You may also want to adjust your locator strategies or CSS Selectors to account for hidden elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers