Interface Session
-
public interface Session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattachScreenshot(java.lang.String base64EncodedImage)voidclose()java.lang.StringgetAndClearScreenshot()java.util.Map<java.lang.String,java.lang.Object>getCapabilities()org.openqa.selenium.WebDrivergetDriver()KnownElementsgetKnownElements()org.openqa.selenium.remote.SessionIdgetSessionId()org.openqa.selenium.io.TemporaryFilesystemgetTemporaryFileSystem()
-
-
-
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()
-
-