Hi all,
Per the below MSDN link, the execScript method was removed from IE11 IHTMLWindow2 COM interface and replaced with eval:
https://msdn.microsoft.com/en-us/library/bg182625(v=vs.85).aspx
I'm attempting to use javascript injection to assist with automating an AJAX heavy page, however receive an internal exception.
The javascript itself is correct, as it works in the console and when using selenium webdriver against IE.
Is there any plan to support the eval method within IHTMLWindow2 for those of us on IE11?