|
There are some spots (mostly under the /clients directory) where I saw many mentions of "shutDown", but not "shutDownSeleniumServer". Thanks for the hint a few replacements of "cmd=shutDown" with "cmd=shutDownSeleniumServer" in the build files were necessary:
|
|||||||||||||||||||||||||||||||||||||
Fixed in r2681:
+ renamed shutDown to shutDownSeleniumServer in SeleniumDriverResourceHandler.doCommand()
+ Added missing unit test
Simply renaming shutDown was safe, because it is equivalent to shutDownSeleniumServer and it never was present in the client APIs and therefore most probably never used.