dalekjs / dalek-browser-ie

[unmaintained] Internet Explorer Browser bindings for DalekJS
MIT License
9 stars 6 forks source link

Architecture bug #8

Closed tjoskar closed 10 years ago

tjoskar commented 10 years ago

IEDriverServer is downloaded for wrong architecture.

IEDriverServer_x64_2.39.0.zip is downloaded for Win32 which results in:

$ dalek test-script.js -b IE
Running tests
>> ERROR: Error: spawn Unknown system errno 216

IEDriverServer_Win32_2.39.0 works, however, fine in 64-bit windows.

I also updated the driver version to 2.40.

Keep up the good work! DalekJS rocks!

asciidisco commented 10 years ago

Hmm. My mistake. Thanks for helping out :)