
public interface IsElementBuilder<FLUENT>
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.