public class Is extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
checked()
Determines whether the element is checked or not.
|
boolean |
displayed()
Determines whether the element is displayed or not.
|
boolean |
enabled()
Determines whether the element is enabled or not.
|
boolean |
input()
Determines whether the element is an input or not.
|
boolean |
present()
Determines whether the element is present or not.
|
boolean |
select()
Determines whether the element is a select or not.
|
boolean |
somethingSelected()
Determines whether the element has something selected or not.
|
boolean |
table()
Determines whether the element is a table or not.
|
public Is(Element element)
public boolean present()
public boolean input()
public boolean select()
public boolean table()
public boolean enabled()
public boolean checked()
public boolean displayed()
public boolean somethingSelected()
Copyright © 2017. All rights reserved.