JavaScript is disabled on your browser.
Skip navigation links
Graphene: API 3.0.0-alpha.4
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.jboss.arquillian.graphene.wait
Interface IsElementBuilder<FLUENT>
All Known Subinterfaces:
IsNotElementBuilder
<FLUENT>
public interface
IsElementBuilder<FLUENT>
Author:
Jan Papousek
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
FLUENT
clickable
()
Checks whether the element is clickable.
FLUENT
enabled
()
FLUENT
present
()
Checks whether the element is present.
FLUENT
selected
()
Checks whether the element is selected.
FLUENT
visible
()
Checks whether the element is visible.
Method Details
enabled
FLUENT
enabled
()
present
FLUENT
present
()
Checks whether the element is present.
selected
FLUENT
selected
()
Checks whether the element is selected.
visible
FLUENT
visible
()
Checks whether the element is visible.
clickable
FLUENT
clickable
()
Checks whether the element is clickable.