Hello. I am trying to execute a selenium webdriver script in IE11 but its not executing. The problem I am facing is the browser as well as my application open but the script does not run further and throws this exception 'org.openqa.selenium.NoSuchElementException: Unable to find element with xpath == //*[@id='email'] (WARNING: The server did not provide any stacktrace information)'.
I have installed the latest IE webdriver from your site and sought help from various other forums but with no luck. Secondly, the same script is running fine on other browsers like Firefox or Chrome.
Kindly provide me with the solution