4243444546474849505152
By.className("v-tabsheet-tabitemcell")); tab.click(10, 10); Point oldLocation = tab.getLocation(); tab.sendKeys(Keys.SPACE); Point newLocation = tab.getLocation(); Assert.assertEquals(oldLocation, newLocation); }