Esempio n. 1
0
        public void ErrorFindElementByUnsupportedLocatorLinkText()
        {
            IOSElement element = session.FindElementByLinkText("Query");

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