enter image description here Webdriver无法找到元素
webdriver无法在我的网页上找到此元素id =“frameworkContainer”(附件是html的图片)。我使用过xpath,cssslocator,classname和ID。 我在VS2013上使用带有C#的webdriver。有人可以对此有所了解。
答案 0 :(得分:1)
在您能够找到其中的任何元素之前,您必须切换到iFrame。由于存在ID,最好的方法是通过它找到元素。
driver.switchTo().frame(iFrameLocator);