我在selenium webdriver中单击按钮时遇到问题,因此导航到另一个页面。现在我想到了如何移动到URL, 使用
driver.get(driver.findElement(By.id("Arrive")).getAttribute("href"));
但是在页面被重定向到URl之后,它没有显示表单,因为它应该被显示,因此给我一个错误:
"no such element: Unable to locate element: {"method":"id","selector":"ar00_regVSN"}
(Session info: chrome=48.0.2564.109)"
如何显示所有内容?