3536373839404142
} @Test public void getUIElementTest() { openTestURL(); UIElement ui = $(UIElement.class).first(); Assert.assertNotNull("Couldn't find the UI Element on the page", ui); }