org.openqa.selenium.server.commands
Class SeleniumCoreCommand

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

public class SeleniumCoreCommand
extends Command

Command delegated "as-is" to Selenium Core.


Field Summary
static String CAPTURE_ENTIRE_PAGE_SCREENSHOT_ID
           
 
Constructor Summary
SeleniumCoreCommand(String id, List<String> values, String sessionId)
           
 
Method Summary
 String execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAPTURE_ENTIRE_PAGE_SCREENSHOT_ID

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

SeleniumCoreCommand

public SeleniumCoreCommand(String id,
                           List<String> values,
                           String sessionId)
Method Detail

execute

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


Copyright © 2011. All Rights Reserved.