I am running version 2012.2.1527.0 Error information (full exception is pasted below): Javascript call failure on some dropdown menu test steps using IE 9.0 It looks like the 2012.2.1527.0 build fixed only a portion of the problem. Some of my test steps utilizing dropdown menus pass with no issue and other steps fail. This only occurs in playback on IE 9.0. I can playback test cases in Chrome with no errors. Steps to reproduce: Sample test is attached to the internal bug description. Failure Information: ~~~~~~~~~~~~~~~ ExecuteCommand failed! InError set by the client. Client Error: System.InvalidOperationException: Javascript call [$(document.getElementsByTagName(\'select\')[7]).change();] failed! Please make sure the function exists and the call is using the correct prototype signature. Javascript error: TypeError: Unable to get value of the property 'srcElement': object is null or undefined at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJSON) at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request) at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document) BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'$(document.getElementsByTagName(\'select\')[7]).change();',ClientId:'Client_6d0b837d-cf17-4524-8780-a9cb27070796',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'System.InvalidOperationException: Javascript call [$(document.getElementsByTagName(\'select\')[7]).change();] failed! Please make sure the function exists and the call is using the correct prototype signature. Javascript error: TypeError: Unable to get value of the property 'srcElement': object is null or undefined at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJSON) at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request) at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)') InnerException: none.