2015년 1월 3일 토요일

[AngularJS] Re: Protractor with Windows 8.1/IE11

It' takes somes hours for me to found all the actions to make the tests running for my case. 

 Here is the answer I've provided on another thread:http://stackoverflow.com/a/27743814/712008

 I hope it will help you


I have successfully set up protractor on a Windows 8.1 system, and can run my test with the chrome driver.
However, I'd like to test IE11 as well. Installation of the IE driver server using "webdriver-manager --ie update" works, but when starting the webdriver, I get the error message:

M:\>webdriver-manager --ie start
seleniumProcess.pid: 3004
Jul 22, 2014 3:53:29 PM org.openqa.grid.selenium.GridLauncher main
INFORMATION: Launching a standalone server
Setting system property webdriver.chrome.driver to C:\Users\xxx\AppData\Roaming\npm\node_modules\protractor\selenium\chromedriver.exe
Setting system property webdriver.ie.driver to C:\Users\xxx\AppData\Roaming\npm\node_modules\protractor\selenium\IEDriverServer.exe
15:53:29.756 INFO - Java: Oracle Corporation 24.65-b04
15:53:29.756 INFO - OS: Windows 8.1 6.3 x86
15:53:29.787 INFO - v2.42.2, with Core v2.42.2. Built from revision 6a6995d
15:53:29.943 INFO - Default driverorg.openqa.selenium.ie.InternetExplorerDriver
 registration is skipped: registration capabilities Capabilities [{platform=WIND
OWS, ensureCleanSession=true, browserName=internet explorer, version=}] does not
 match with current platform: WIN8_1

Is IE11 under Windows 8.1 supposed to work with the current version of the IEDriverServer.exe?


댓글 없음:

댓글 쓰기