0

我目前在Windows平臺上運行Selenium Grid 3.4.0和phantomjs 2.1.1。將phantomjs節點註冊到Selenium Grid

當我嘗試將phantomjs節點註冊到我中心會出現以下錯誤:

K:phantomjs-2.1.1-windows/bin/phantomjs.exe --webdriver=8080 
--webdriver-selenium-grid-hub=http://IP:5786 
[ERROR - 2017-06-05T13:35:55.135Z] GhostDriver - main.fail - 
{"line":85,"sourceU 
RL":"phantomjs://code/main.js","stack":"global 
[email protected]://code/main.js:85:56"} 

phantomjs://platform/console++.js:263錯誤

有誰知道怎麼弄圍繞這個錯誤? 目前我的集線器運行5個Firefox實例,5個Chrome實例和1個IE實例。

[ERROR - 2017-06-06T14:36:23.920Z] GhostDriver - main.fail - 
{"line":97,"sourceURL":"phantomjs://platform/hub_register.js","stack": 
"[email protected]://platform/hub_register.js:97:79\nglobal 
[email protected]://code/main.js:78:37"} 

我再次運行它,這次,這就是錯誤信息所說的。

回答

1

使用Phantomjs 1.9.8和它的工作...

+0

請接受你的答案(一旦計算器可以讓你這樣做),這樣的問題可以被標記封閉。 –

+0

是的,我會這樣做。我不知道爲什麼我必須等待一天。 – Jay

相關問題