dalekjs / dalek-browser-ie

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

Running within IE11 #7

Open richlewis14 opened 10 years ago

richlewis14 commented 10 years ago

Hi,

Firstly apologies if this is a basic question but i am having trouble getting Dalek to run my test with IE11. Everytime my test executes i get the default page localhost:5555 and

'This is the initial start page for the WebDriver server.'

Is there a way around this or is there some config i need to specify?

Its just a basic test for now to see if i can get IE to open correctly

 module.exports = {
  'Open Google': function (test) {
    test
   .open('http://google.com')
   .assert.title().is('Google', 'It has title')
   .done();
   }
  };

Any help appreciated

asciidisco commented 10 years ago

Unfortunately the IE team broke some parts with IE 11, see https://code.google.com/p/selenium/issues/detail?id=6511

So, in some situations this could lead to this behaviour. Also, in order to remotely drive IE, the setting "Enable Protected Mode" (in IE's Security tab) must be set to the same value for ALL zones. If it is on for some zones and off for others, remote driving will not work.

So please check that first; if the settings are correct, please try to get IE running in a freshly created VM.

vignesh1001 commented 10 years ago

Hi , I am also facing same issue with ie9.kindly please look into this issue.

vignesh1001 commented 10 years ago

and i dont see any problem using karma-ie-launcher, its working fine

omarlopesino commented 10 years ago

https://github.com/OmarMoper/dalek-browser-ie/commit/af1859ce5414b77d12f6288c8b708b621871bd77