I am using the SeleniumBackedWebdriver API in my current project, which supports both Selenium RC and WebDriver APIs. The Advanced User Interactions API like mouseUp(), mouseDown(), runScript() are not working in IE8 and IE9: I get a Javascript error. It works well in Firefox and Google Chrome.
- Is the Advanced User Interactions API supposed to work in IE 8 and IE 9? and
- If so, how might I go about debugging the problems I see?