示例#1
0
        public void ErrorFindElementByUnsupportedLocatorLinkText()
        {
            IOSElement element = alarmTabElement.FindElementByLinkText("Query") as IOSElement;

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