Unit testing IE 11.0.9600.18538“;“声明”:&引用;“未创建会话”;在使用WCT进行聚合物应用测试时

Unit testing IE 11.0.9600.18538“;“声明”:&引用;“未创建会话”;在使用WCT进行聚合物应用测试时,unit-testing,polymer,wct,Unit Testing,Polymer,Wct,运行聚合物应用程序的测试用例时获取错误。我没有到达我做错的地方 错误是: IE 11.0.9600.18538 Tests failed:{ "state":"session not created", "sessionId":null, "hCode":613752704, "value":{ "additionalInformation":"\nDriver info: driver.version: InternetExplorerD

运行聚合物应用程序的测试用例时获取错误。我没有到达我做错的地方

错误是:

IE 11.0.9600.18538       Tests failed:{  
   "state":"session not created",
   "sessionId":null,
   "hCode":613752704,
   "value":{  
      "additionalInformation":"\nDriver info: driver.version: InternetExplorerDriver",
      "localizedMessage":"Unable to create new remote session. desired capabilities = Capabilities [{browserName 
=internet explorer, javascriptEnabled=true, version=11.0.9600.18538, platform=ANY}], required capabilities = Capabilities [{}]\nBuild info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:48:19 -0700'\nSystem info: host: 'HIGURL62680', ip: '10.97.6.223', os.name: 'Windows 7', os.arch: 'a 
md64', os.version: '6.1', java.version: '1.8.0_121'\nDriver info: driver.version: InternetExplorerDriver",
      "supportUrl":null,
      "systemInformation":"System info: host: 'HIGURL62680', ip: '10.97.6.223', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_121'",
      "cause":null,
      "stackTrace":[  
         {  
            "fileName":"ProtocolHandshake.java",
            "nativeMethod":false,
            "methodName":"createSession",
            "className":"org.openqa.selenium.remote.ProtocolHandshake",
            "hCode":-960127865,
            "lineNumber":91,
            "class":"java.lang.StackTraceElement"
         }
      ],
      "suppressed":[  

      ],
请告诉我哪里出了问题