org.openqa.selenium.remote.server.handler
Class GetAllSessions

java.lang.Object
  extended by org.openqa.selenium.remote.server.handler.GetAllSessions
All Implemented Interfaces:
Handler

public class GetAllSessions
extends Object
implements Handler


Constructor Summary
GetAllSessions(DriverSessions allSession)
           
 
Method Summary
 org.openqa.selenium.remote.Response getResponse()
           
 ResultType handle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllSessions

public GetAllSessions(DriverSessions allSession)
Method Detail

handle

public ResultType handle()
                  throws Exception
Specified by:
handle in interface Handler
Throws:
Exception

getResponse

public org.openqa.selenium.remote.Response getResponse()


Copyright © 2012. All Rights Reserved.