Example #1
0
        public void ErrorFindElementByUnsupportedLocatorCSSSelector()
        {
            IOSElement element = session.FindElementByCssSelector("Query");

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