[wtr-general] Watir-classic execute_script no longer working in IE11

2015-01-16 Thread Jim Evans
Sorry, no. The Windows Update in question breaks a ton of functionality when you try to automate IE from out of process. However, the February cumulative update should resolve the issue, if the last comment (from a Microsoft employee) on the Microsoft Connect report is to be believed. -- -- B

[wtr-general] Watir-classic execute_script no longer working in IE11

2015-01-16 Thread Chris E
Hello all, Recently Microsoft submitted a patch that appears to break/remove *ExecuteScript. *I think this is causing *driver.execute_script* to fail with access denied error message when using watir-classic. Since IE11 removes support for *ExecuteScript*, is it possible to use *eval *instead?