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(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String execute()
           
static java.util.Map<java.lang.String,java.lang.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(java.lang.String key,
                                     java.lang.String value)
Method Detail

execute

public java.lang.String execute()
Specified by:
execute in class Command

getHeaders

public static java.util.Map<java.lang.String,java.lang.String> getHeaders()


Copyright © 2011. All Rights Reserved.