| Constructor and Description |
|---|
Is() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
disabled(Object element)
This method will check whether provided
WebElement is disabled. |
static boolean |
displayed(Object element)
This method will check whether provided
WebElement is displayed. |
static boolean |
enabled(Object element)
This method will check whether provided
WebElement is enabled. |
static boolean |
selected(Object element)
This method will check whether provided
WebElement is selected. |
public static boolean displayed(Object element)
WebElement is displayed.element - WebElement)WebElement.isDisplayed()public static boolean selected(Object element)
WebElement is selected.element - WebElement)WebElement.isSelected()public static boolean enabled(Object element)
WebElement is enabled.element - WebElement)WebElement.isEnabled()public static boolean disabled(Object element)
WebElement is disabled.element - WebElement)WebElement.isEnabled()Copyright © 2016. All rights reserved.