hidden属性的元素定位(已经解决)
本帖最后由 wsryyffs 于 2014-3-24 17:26 编辑//*
初步判断是因为hidden属性的原因定位不到元素,这种情况怎么解决?
目测应该定位得到的吧。。。多frame之间是需要切换的。。。 本帖最后由 wsryyffs 于 2014-1-24 11:32 编辑
目测应该定位得到的吧。。。多frame之间是需要切换的。。。
joykao 发表于 2014-1-24 09:08 http://bbs.51testing.com/images/common/back.gif
frame已经切换,和它相邻的元素就能定位到,它们的层次是一样的
firefox的hidden应该能定位到的,试试看
//span WebElement username=firefoxDriver.findElement(By.cssSelector("span"));不行么? firefox的hidden应该能定位到的,试试看
//span
maomao121 发表于 2014-2-19 06:20 http://bbs.51testing.com/images/common/back.gif
定位不到,org.openqa.selenium.NoSuchElementException WebElement username=firefoxDriver.findElement(By.cssSelector("span"));不行么?
yinxiaodan 发表于 2014-3-18 11:29 http://bbs.51testing.com/images/common/back.gif
定位不到,Exception in thread "main" org.openqa.selenium.WebDriverException: An invalid or illegal string was specified。
我是需要根据名称找到元素后,再找它的following元素 终于解决了://*
页:
[1]