Firefox 53 hangs when Leadfoot makes window size checks during feature detection. Geckodriver 16 and the WebDriver standard point out what the size call is now window/x/rect, so getWindowSize and setWindowSize should use those methods where necessary.
The feature tests will need to check for FF 53 and set a capability indicating that it uses window/x/rect instead of window/x/size.
Firefox 53 hangs when Leadfoot makes window size checks during feature detection. Geckodriver 16 and the WebDriver standard point out what the size call is now
window/x/rect
, sogetWindowSize
andsetWindowSize
should use those methods where necessary.The feature tests will need to check for FF 53 and set a capability indicating that it uses window/x/rect instead of window/x/size.