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

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