org.openqa.selenium.server.commands
Class RetrieveLastRemoteControlLogsCommand

java.lang.Object
  extended by org.openqa.selenium.server.commands.Command
      extended by org.openqa.selenium.server.commands.RetrieveLastRemoteControlLogsCommand

public class RetrieveLastRemoteControlLogsCommand
extends Command

Retrieve the last N remote control logs.


Field Summary
static String ID
           
 
Constructor Summary
RetrieveLastRemoteControlLogsCommand()
           
 
Method Summary
 String execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

RetrieveLastRemoteControlLogsCommand

public RetrieveLastRemoteControlLogsCommand()
Method Detail

execute

public String execute()
Specified by:
execute in class Command


Copyright © 2012. All Rights Reserved.