org.openqa.selenium.server.commands
Class AddCustomRequestHeaderCommand

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

public class AddCustomRequestHeaderCommand
extends Command


Constructor Summary
AddCustomRequestHeaderCommand(String key, String value)
           
 
Method Summary
 String execute()
           
static Map<String,String> getHeaders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCustomRequestHeaderCommand

public AddCustomRequestHeaderCommand(String key,
                                     String value)
Method Detail

execute

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

getHeaders

public static Map<String,String> getHeaders()


Copyright © 2012. All Rights Reserved.