Package org.openqa.selenium.grid.session
Interface ActiveSession
- All Superinterfaces:
org.openqa.selenium.remote.http.HttpHandler
,org.openqa.selenium.WrapsDriver
public interface ActiveSession
extends org.openqa.selenium.remote.http.HttpHandler, org.openqa.selenium.WrapsDriver
-
Method Summary
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute, with
Methods inherited from interface org.openqa.selenium.WrapsDriver
getWrappedDriver
-
Method Details
-
getId
org.openqa.selenium.remote.SessionId getId() -
getUpstreamDialect
org.openqa.selenium.remote.Dialect getUpstreamDialect() -
getDownstreamDialect
org.openqa.selenium.remote.Dialect getDownstreamDialect() -
getCapabilities
Describe the current webdriver session's capabilities. -
getFileSystem
org.openqa.selenium.io.TemporaryFilesystem getFileSystem() -
stop
void stop()
-