Skip to content

Running within IE11 #7

@richlewis14

Description

@richlewis14

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions