dalekjs / dalek-browser-ie

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

IE11: actions not performing. #5

Open Darbiol opened 10 years ago

Darbiol commented 10 years ago

hello,

i just started using dalekjs and i'm exploring different platforms to use it. Is Dalekjs supporting ei11? because i was trying it out on ie11 and it seemed that when i target an "a" tag or a button to click it doesn't perform the action, nor the .type() function for input fields.

asciidisco commented 10 years ago

Hi, I have a setup up & running that uses IE11. Could you please give me some background on your environment? Check http://dalekjs.com/pages/support.html for which information to provide.

Cheers Sebastian

Darbiol commented 10 years ago

hi Sebastian, my dalek-cli on both my host(Mac OS X 10.9.0 x86_64) machine and virtual machine(Windows 8.1) is 0.0.4. my dalekjs version on both is 0.0.8. i ran the dalek test with the '-l 5' parameter on my Vitrual Machine with ie11. the line where i want my dalek test to click an element i got a messge "{message":"Unable to find element on closed window}" but when i check my virtual machine i can see that it opened the window and went to the website i specified. i tried this with ei8 and my test ran fine.