adspace
How to find whether an element is displayed on the web page?
Answer Posted / Satish Chandra Chaudhary
You can check if an element is displayed using isDisplayed() method of WebElement class in Selenium. It returns a boolean value indicating whether the element is currently visible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers