Interface Session
-
public interface Session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attachScreenshot(java.lang.String base64EncodedImage)
void
close()
java.lang.String
getAndClearScreenshot()
java.util.Map<java.lang.String,java.lang.Object>
getCapabilities()
org.openqa.selenium.WebDriver
getDriver()
KnownElements
getKnownElements()
org.openqa.selenium.remote.SessionId
getSessionId()
org.openqa.selenium.io.TemporaryFilesystem
getTemporaryFileSystem()
-
-
-
Method Detail
-
close
void close()
-
getDriver
org.openqa.selenium.WebDriver getDriver()
-
getKnownElements
KnownElements getKnownElements()
-
getCapabilities
java.util.Map<java.lang.String,java.lang.Object> getCapabilities()
-
attachScreenshot
void attachScreenshot(java.lang.String base64EncodedImage)
-
getAndClearScreenshot
java.lang.String getAndClearScreenshot()
-
getSessionId
org.openqa.selenium.remote.SessionId getSessionId()
-
getTemporaryFileSystem
org.openqa.selenium.io.TemporaryFilesystem getTemporaryFileSystem()
-
-