等待 Protractor 与页面同步时出错:“[ng:test] 没有为 getTestability 的元素参数找到注入器

Error while waiting for Protractor to sync with the page: "[ng:test] no injector found for element argument to getTestability

当我尝试在非 angular 页面和 angular 页面之间切换时,量角器出现以下错误设置 browser.ignoreSynchronization = false 在 afterEach 函数中。

Error while waiting for Protractor to sync with the page: "[ng:test] no injector found for element argument to getTestability\nhttp://errors.angularjs.org/1.3.14/ng/test

有谁知道我该怎么做才能解决这个问题?

使用 browser.driver.get 代替 browser.get