这是错误
WebDriverException: Message: "findElement execution failed;\\n Property \'Error\' of object [object DOMWindow] is not a function"
我跑:
LoginPage.authenticate(self, self.admin_user)
这工作正常,让我登录 OK,但是一旦我尝试使用 chrome 驱动程序在下一页上找到一个元素:
self.driver.find_element_by_id('Menu_LogInOut')
我收到上述错误。它不会在 Firefox 中出错。
有没有其他人遇到过这个?到底是怎么回事?我该如何解决?