I am trying to run tests using WatiN with Internet Explorer 9, and my environment won’t activate events like keyup, onkeydown, ect. This keeps causing tests to fail. When on other machines they succeed.
How do I solve this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If Internet Explorer is not set as your default browser / start browser, this can prevent the events being captured correctly.
Have you checked the document engine, etc. being used to render in Internet Explorer? (press F12)
P.S.: See Stack Overflow question Change default browser in Visual Studio 2010 RC for some browser switching extensions for Visual Studio