Exemplo n.º 1
0
        public static List <eElementType> GetPlatformUIElementsList(ePlatformType Platform)
        {
            PlatformInfoBase PB = GetPlatformImpl(Platform);

            return(PB.GetPlatformUIElementsType());
        }
Exemplo n.º 2
0
        internal static List <string> GetPlatformUIElementPropertiesList(ePlatformType Platform, eElementType ElementType)
        {
            PlatformInfoBase PB = GetPlatformImpl(Platform);

            return(PB.GetPlatformUIElementPropertiesList(ElementType));
        }
Exemplo n.º 3
0
        internal static List <ActUIElement.eElementAction> GetPlatformUIElementActionsList(ePlatformType Platform, eElementType ElementType)
        {
            PlatformInfoBase PB = GetPlatformImpl(Platform);

            return(PB.GetPlatformUIElementActionsList(ElementType));
        }
Exemplo n.º 4
0
        internal static List <eLocateBy> GetPlatformUIElementLocatorsList(ePlatformType Platform)
        {
            PlatformInfoBase PB = GetPlatformImpl(Platform);

            return(PB.GetPlatformUIElementLocatorsList());
        }