Uses of Class
dev.aherscu.qa.jgiven.commons.utils.WebDriverSessionInfo
-
Packages that use WebDriverSessionInfo Package Description dev.aherscu.qa.jgiven.commons.utils -
-
Uses of WebDriverSessionInfo in dev.aherscu.qa.jgiven.commons.utils
Fields in dev.aherscu.qa.jgiven.commons.utils with type parameters of type WebDriverSessionInfo 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 WebDriverSessionInfo Modifier and Type Method Description WebDriverSessionInfo
WebDriverSessionInfo.WebDriverSessionInfoBuilder. build()
Methods in dev.aherscu.qa.jgiven.commons.utils that return types with arguments of type WebDriverSessionInfo Modifier and Type Method Description static Iterable<WebDriverSessionInfo>
WebDriverEx. sessionInfos()
-