Class RenderEnteredText
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.type.RenderEnteredText
-
public class RenderEnteredText extends Object
-
-
Constructor Summary
Constructors Constructor Description RenderEnteredText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFollowedByKeysDescriptionFor(List<org.openqa.selenium.Keys> keys)static StringgetTextAsStringFor(CharSequence... theText)
-
-
-
Method Detail
-
getFollowedByKeysDescriptionFor
public static String getFollowedByKeysDescriptionFor(List<org.openqa.selenium.Keys> keys)
-
getTextAsStringFor
public static String getTextAsStringFor(CharSequence... theText)
-
-