Yes, this is a known issue with Selenium 2.45 and Firefox 36. The issue is being tracked here: https://code.google.com/p/selenium/issues/detail?id=8551
You can set your version of Watir to watir-webdriver 0.6.11 and Selenium to selenium-webdriver 2.44, but it might require downgrading to Firefox 33 (last officially supported version of selenium-webdriver 2.44). Titus On Wed, Mar 4, 2015 at 7:16 AM, Andrew Deschain <[email protected]> wrote: > I recently updated the watir-webdriver gem and i was pretty surprised that > the execution speed of my has significantly decreased. > Does anyone else experiences this issue or/and know how to overcome this? > > Stack: > Mac OS 10.9.5 > Ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin13.0] > watir-webdriver 0.7.0 > FF 36 > > Help is very appreciated. Thanks! > > -- > -- > 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. > -- -- 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.
