<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -626,6 +626,17 @@ Selenium.prototype.doShutDownSeleniumServer = function(keycode) {
     // This doesn't really do anything on the JS side; we let the Selenium Server take care of this for us!
 };
 
+Selenium.prototype.doRetrieveLastRemoteControlLogs = function() {
+    /**
+    * Retrieve the last messages logged on a specific remote control. Useful for error reports, especially
+    * when running multiple remote controls in a distributed environment. The maximum number of log messages
+    * that can be retrieve is configured on remote control startup.
+    *
+    * @return string The last N log messages as a multi-line string.
+    */
+    // This doesn't really do anything on the JS side; we let the Selenium Server take care of this for us!
+};
+
 Selenium.prototype.doKeyDownNative = function(keycode) {
     /**
     * Simulates a user pressing a key (without releasing it yet) by sending a native operating system keystroke.</diff>
      <filename>src/main/resources/core/scripts/selenium-remoterunner.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7dfa9ee94813437ea3e4f35469493ce965d20431</id>
    </parent>
  </parents>
  <author>
    <name>ph7</name>
    <email>ph7@0891141a-5dea-0310-ad27-ebc607f31677</email>
  </author>
  <url>http://github.com/eeejay/selenium-core/commit/23754bd331788554f404f18ea66436b210f370e0</url>
  <id>23754bd331788554f404f18ea66436b210f370e0</id>
  <committed-date>2008-08-13T22:38:40-07:00</committed-date>
  <authored-date>2008-08-13T22:38:40-07:00</authored-date>
  <message>Added the &quot;retrieveLastRemoteControlLogs&quot; command (RC only)

git-svn-id: https://svn.openqa.org/svn/selenium-core/trunk@2182 0891141a-5dea-0310-ad27-ebc607f31677</message>
  <tree>2b8fe80d4d6d2e95312ffbfbed2bccf7f464b1d7</tree>
  <committer>
    <name>ph7</name>
    <email>ph7@0891141a-5dea-0310-ad27-ebc607f31677</email>
  </committer>
</commit>
