Selenium WebDriver 3 is out

By Zhimin Zhan

Five years after Selenium 2, finally, Selenium WebDriver 3 is released. For testwise users who want to be an early adopter of Selenium WebDriver 3, We release the following TestWise beta versions supporting latest Selenium WebDriver:

Selenium with Firefox 48+ (GeckoDriver) is still problematic. If you got the error "Could not find Firefox binary (os=windows).", set the Firfox binary path specificly

Selenium::WebDriver::Firefox::Binary.path = "C:/Program Files/Mozilla Firefox/firefox.exe"
driver = Selenium::WebDriver.for(:firefox)