0
我有錯誤,當我使用格羅弗運行通過PhantomJS的YUI測試:YUI測試誤差:window.getYUITestResults()
TypeError: 'undefined' is not a function (evaluating 'window.getYUITestResults()')
我發現,因爲我使用位置出現此錯誤.reload()和PhantomJS有這個問題。
我有錯誤,當我使用格羅弗運行通過PhantomJS的YUI測試:YUI測試誤差:window.getYUITestResults()
TypeError: 'undefined' is not a function (evaluating 'window.getYUITestResults()')
我發現,因爲我使用位置出現此錯誤.reload()和PhantomJS有這個問題。
所以這裏是解決方案:
if (window['phantom'] || window['_phantom']) return;
location.reload();
使用這個簡單的解決方案,您可以跳過代碼,只要你想,祝你好運!
你應該能夠接受你的答案。 – 2014-10-05 19:25:58