Below Xpath无法找到元素。
/html[1]/body[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/form[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/input[1]
WebElement addempid = driver.findElement(By.xpath("//*[@id="app"]//input"));addempid.sendKeys("0259");
这里有一个相对的xpath,它可以工作//div[./label[text((='Employee Id']]/div/input