phptravels location text field
Have attached a image with Html code. I couldn't able to write a xpath to recognise and sendkeys. The text field has different xpath when it is focused and when it is not. Its throwing me NoSuchElementFound exception.
driver.get("http://www.phptravels.net");
WebElement e = driver.findElement(By.xpath("//*[@id='select2-search']/input"));
e.click();
e.sendKeys(city);