示例#1
0
        public void ErrorFindElementByInvalidRuntimeId()
        {
            IOSElement element = alarmTabElement.FindElementById("InvalidRuntimeId") as IOSElement;

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