Uses of Class
dev.aherscu.qa.jgiven.commons.utils.SessionName
-
Packages that use SessionName Package Description dev.aherscu.qa.jgiven.commons.utils -
-
Uses of SessionName in dev.aherscu.qa.jgiven.commons.utils
Fields in dev.aherscu.qa.jgiven.commons.utils declared as SessionName Modifier and Type Field Description static SessionName
SessionName. INVALID
An invalid session name; this might happen with a test which does not correctly set its session name, or does not care about because it does not use the WebDriver infrastructure.Fields in dev.aherscu.qa.jgiven.commons.utils with type parameters of type SessionName Modifier and Type Field Description static com.google.common.collect.Multimap<SessionName,WebDriverSessionInfo>
WebDriverEx. remoteSessions
Maps tests to remote Web Driver sessions, if there were any.Methods in dev.aherscu.qa.jgiven.commons.utils that return SessionName Modifier and Type Method Description SessionName
SessionName. asClassSession()
SessionName
SessionName.SessionNameBuilder. build()
static SessionName
SessionName. from(String name)
Parses a Web Driver session name from specified string.SessionName
SessionName. withClassName(String className)
SessionName
SessionName. withId(String id)
SessionName
SessionName. withMethodName(String methodName)
SessionName
SessionName. withParams(String params)
SessionName
SessionName. withTimestamp(String timestamp)
-