Class KeyNames
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.KeyNames
-
public class KeyNames extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>allButLastTwo(List<org.openqa.selenium.Keys> keys)static List<String>lastTwoOf(List<org.openqa.selenium.Keys> keys)static List<String>of(List<org.openqa.selenium.Keys> keys)
-