Our client requires us to have the most recent version of Firefox for testing their site, so we're upgrading from Firefox 44
and Selenium 2.53.0
(for Java) to Firefox 51.0.1
and Selenium 3.0.1
. We're attempting to use the latest GeckoDriver
version (0.13.0
as I write this) to support the latest Firefox version, but I'm struggling to get it to run.
For our Windows 10 64-bit
machines with Firefox 32-bit
, should we install the 32-bit or 64-bit GeckoDriver
?