Class KeyNames


  • public class KeyNames
    extends Object
    • Constructor Detail

      • KeyNames

        public KeyNames()
    • Method Detail

      • of

        public static List<String> of​(List<org.openqa.selenium.Keys> keys)
      • lastTwoOf

        public static List<String> lastTwoOf​(List<org.openqa.selenium.Keys> keys)
      • allButLastTwo

        public static List<String> allButLastTwo​(List<org.openqa.selenium.Keys> keys)