
public interface IsElementBuilder<FLUENT>
| Modifier and Type | Method and 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.
|
FLUENT enabled()
FLUENT present()
FLUENT selected()
FLUENT visible()
FLUENT clickable()
Copyright © 2021 JBoss by Red Hat. All rights reserved.