Index: src/main/resources/core/scripts/selenium-remoterunner.js =================================================================== --- src/main/resources/core/scripts/selenium-remoterunner.js (revision 1927) +++ src/main/resources/core/scripts/selenium-remoterunner.js (working copy) @@ -573,6 +573,15 @@ // This doesn't really do anything on the JS side; we let the Selenium Server take care of this for us! }; +Selenium.prototype.doGetScreenshot = function(fileType) { + /** + * Captures a screenshot and sends it back to the client. + * + * @param fileType whatever type of image is supported by the current jvm, e.g. "png", "jpeg" or "bmp" + */ + // This doesn't really do anything on the JS side; we let the Selenium Server take care of this for us! +}; + Selenium.prototype.doShutDownSeleniumServer = function(keycode) { /** * Kills the running Selenium Server and all browser sessions. After you run this command, you will no longer be able to send