I have a weird problem:
When I locate an element via:
WebElement e1 = driver.findElement(By.xpath("//div1")); WebElement e2 = e1.findElement(By.x