Ejemplo n.º 1
0
        public void ErrorFindElementByUnsupportedLocatorCSSSelector()
        {
            IOSElement element = alarmTabElement.FindElementByCssSelector("Query") as IOSElement;

            Assert.Fail("Exception should have been thrown");
        }