Package org.fluentlenium.core.annotation
Annotation Type LabelHint
-
@Retention(RUNTIME) @Target(FIELD) public @interface LabelHintAdd a label hint on a injectedFluentWebElementorFluentList- See Also:
FluentLabel.withLabelHint(String...)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueArray of label hints
-