If you're using the WebDriver implementation of the IE driver with watir-webdriver, you should take a look at the WebDriver project's wiki page for how to configure IE to properly work with the driver[1]. It has been updated to include extra configuration steps for IE11. Note carefully the last bullet point in the Required Configuration section[2].
--Jim [1] https://code.google.com/p/selenium/wiki/InternetExplorerDriver [2] https://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration On Tuesday, July 29, 2014 11:26:54 AM UTC-4, Joe Fl wrote: > > Hi Rahul, > > I have run into the same problem running with IE11 and have no found a > solution. I did several searches on this issue and did not find an > solution. Sorry I am not answering your question but i wanted to be a part > of the thread. > > Joe > > > On Tue, Jul 29, 2014 at 9:27 AM, Rahul Singla <[email protected] > <javascript:>> wrote: > >> Hi All, >> >> I am new to the watir-webdriver. I am facing an issue where my ruby >> scripts are not working in IE browser. >> >> I have updated the IEdriver but still that didn't fixed the issue. >> >> Also, my scripts launches the IE browser but it gets failed to locate the >> element id but same scripts are working fine in Firefox and Chrome browser. >> >> So please suggest. Is it like IE browser is not compatible with >> Watir-webdriver or it is some other issue. >> >> Thanks in advance >> >> -- >> -- >> Before posting, please read http://watir.com/support. In short: search >> before you ask, be nice. >> >> [email protected] <javascript:> >> http://groups.google.com/group/watir-general >> [email protected] <javascript:> >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Watir General" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
