org.openqa.selenium.remote.html5
Class RemoteSessionStorage

java.lang.Object
  extended by org.openqa.selenium.remote.html5.RemoteSessionStorage
All Implemented Interfaces:
SessionStorage

public class RemoteSessionStorage
extends Object
implements SessionStorage

Executes the commands to access HTML5 sessionStorage on the remote webdriver server.


Constructor Summary
RemoteSessionStorage(ExecuteMethod executeMethod)
           
 
Method Summary
 void clear()
           
 String getItem(String key)
           
 Set<String> keySet()
           
 String removeItem(String key)
           
 void setItem(String key, String value)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSessionStorage

public RemoteSessionStorage(ExecuteMethod executeMethod)
Method Detail

getItem

public String getItem(String key)
Specified by:
getItem in interface SessionStorage

keySet

public Set<String> keySet()
Specified by:
keySet in interface SessionStorage

setItem

public void setItem(String key,
                    String value)
Specified by:
setItem in interface SessionStorage

removeItem

public String removeItem(String key)
Specified by:
removeItem in interface SessionStorage

clear

public void clear()
Specified by:
clear in interface SessionStorage

size

public int size()
Specified by:
size in interface SessionStorage


Copyright © 2013. All Rights Reserved.