The recording pane's DOM elements aren't properly updating after AJAX operations in the browser pane. v2014.4.1411 Repro steps: * Navigate to ajaxcontroltoolkit.com/CascadingDropDown/CascadingDropDown.aspx * Select Audi, S4, Metallic * Highlight the message field containing "You have chosen..." * Select Locate in DOM Examine that element's contents, as well as the updated selection boxes. EXPECTED: DOM shows updated values. ACTUAL: None shows the proper DOM state. Use Firebug/IE or Chrome DevTools to inspect DOM in browser. All show proper values. IMO this is a critical issue because it takes me several extra steps to get a working test step in place -- like copying data from browser, editing step and updating with copied text. :(