-4
Eclipseでテストを実行すると、コンソールでは赤色の警告が多く表示されますが、実行が停止せず、警告が表示されません。私はそれらを取り除くことができるかと思います。私はコンソールの赤色で表示される警告の下に貼り付けます。赤でEclipseコンソールで警告が表示されます
1502813688437 geckodriver INFO geckodriver 0.18.0
1502813688445 geckodriver INFO Listening on 127.0.0.1:37427
1502813688743 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
1502813691158 Marionette INFO Listening on port 62402
1502813691575 Marionette DEBUG loaded listener.js
2017-08-15 17:14:51.696 plugin-container[1907:206445] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x913b, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2017-08-15 17:14:51.700 plugin-container[1907:206445] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9503, name = 'com.apple.CFPasteboardClient'
See /usr/include/servers/bootstrap_defs.h for the error codes.
Aug 15, 2017 5:14:51 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
1502813691752 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
1502813691853 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
1502813691853 Marionette DEBUG Received DOM event "unload" for "about:blank"
1502813691864 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://10.32.16.35:3000/"
1502813691904 Marionette DEBUG Received DOM event "pageshow" for "http://10.32.16.35:3000/"
これに関する調査は行っていますか? – tnw
ここで重要な*標準出力*と*標準エラー*という用語に慣れていないようですね。 – chrylis