VAIBHAV SINGH Selenium Interview Question |
Question : How can you find if an element in displayed on the screen? |
WebDriver facilitates the user with the following methods to check the visibility of the web elements. These web elements can be buttons, drop boxes, checkboxes, radio buttons, labels etc. isDisplayed() isSelected() isEnabled()
//isDisplayed(): |
Back |