Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running within IE11 #7

Open
richlewis14 opened this issue Mar 24, 2014 · 4 comments
Open

Running within IE11 #7

richlewis14 opened this issue Mar 24, 2014 · 4 comments
Assignees
Labels

Comments

@richlewis14
Copy link

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 asciidisco added the bug label Mar 30, 2014
@asciidisco
Copy link
Member

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.

@asciidisco asciidisco self-assigned this Mar 30, 2014
@vignesh1001
Copy link

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

@vignesh1001
Copy link

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

@omarlopesino
Copy link
Contributor

omarlopesino@af1859c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants