org.openqa.selenium.remote.server
Interface Session
- All Known Implementing Classes:
- DefaultSession
public interface Session
close
void close()
execute
<X> X execute(java.util.concurrent.FutureTask<X> future)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDriver
WebDriver getDriver()
getKnownElements
KnownElements getKnownElements()
getCapabilities
Capabilities getCapabilities()
attachScreenshot
void attachScreenshot(java.lang.String base64EncodedImage)
getAndClearScreenshot
java.lang.String getAndClearScreenshot()
isTimedOut
boolean isTimedOut(int timeout)
updateLastAccessTime
void updateLastAccessTime()
getSessionId
SessionId getSessionId()
Copyright © 2011. All Rights Reserved.