我用 python 写了这么一行代码
accountText = driver.find_element_by_xpath("//UIAApplication[1]/UIAWindow[1]/UIATextField[1]")
当我用模拟器 iPhone5S 跑的时候,这行代码是跑的通的,但是当我切换到 iPhone6 跑的时候,跑到这行代码的时候就报错了,错误原因如下:selenium.common.exceptions.NoSuchElementException: Message: An element could not be located on the page using the given search parameters.
请问,这是为什么?
ios 系统:8.1


↙↙↙阅读原文可查看相关链接,并与作者交流