@Test(enabled = false)
public void testShouldSetAndGetLocation() {
//driver.get(pages.html5Page);
LocationContext d = (LocationContext) new Augmenter().augment(driver);
Location loc = new Location(40.714353, -74.005973, 0.056747);
d.setLocation(loc);
//driver.manage().timeouts().implicitlyWait(2000, MILLISECONDS);
//Location location = ((LocationContext) driver).location();
//assertEquals(40.714353, location.getLatitude(), 4);