dalekjs / dalek-browser-ie

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

'Command not found' on IE11 #14

Open piratefsh opened 10 years ago

piratefsh commented 10 years ago

Been running into 'Command not found' error with text assertion on IE11 on Win 8.1. It happens towards the end of my test suite; text assertion will be OK in the first couple of cases, but runs into this error a few test cases in, after which all the following test cases also run into the same issue.

Tried looking up the 'Command not found' issues, but haven't come across any.

Test cases run and pass on PhantomJ, IE8 WinXP, and IE9 Win7.

0 EXPECTED: 140867240826000
0 FOUND: Command not found: GET /session/079dd3ee-1507-4b05-80c0-85bc1f6e9a21/element/undefined/text

Test case:

.click("#confirm_btn") //redirects to do POST
.assert.text("#box").is(id, "Correct ID displayed") //on redirected page. test fails here

Where #box is a valid selector that exists on the current page.

System (on provided http://modern.ie VM image): Running Browser: Internet Explorer OS: windows 6.2.9200 x86 Browser Version: 11

Thank you! Dalekjs has been great so far, just ran into this shortcoming this week.

asciidisco commented 10 years ago

IE11 currently has some problems, according to an announcement from the IE team, this will be resolved with the next patch.