| Package | Description |
|---|---|
| de.ppi.selenium.assertj |
Some useful Assertions.
|
| de.ppi.selenium.browser |
| Modifier and Type | Method and Description |
|---|---|
WebbrowserAssert |
SeleniumSoftAssertions.assertThat(WebBrowser actual)
Creates a new instance of
. |
static WebbrowserAssert |
SeleniumAssertions.assertThat(WebBrowser actual)
Return an
WebbrowserAssert. |
| Constructor and Description |
|---|
WebbrowserAssert(WebBrowser actual)
Initiates an object of type WebbrowserAssert.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebBrowserImpl
Concrete web-browser
|
| Modifier and Type | Method and Description |
|---|---|
WebBrowser |
SessionManager.getCurrentSession()
Convenience method for getting the current WebBrowser session associated
with this SessionManager, the session must exists.
|
WebBrowser |
SessionManager.getCurrentSession(boolean createIfNotFound)
Get the current session associated with this thread.
|
WebBrowser |
SessionManager.getNewSession()
Create and return a new WebBrowser session with default options, and set
it as the current session for this SessionManager.
|
WebBrowser |
SessionManager.getNewSession(boolean setAsCurrent)
Create and return new WebBrowser instance with default options.
|
WebBrowser |
SessionManager.getNewSession(java.util.Map<java.lang.String,java.lang.String> override)
Create and return a new WebBrowser instance.
|
WebBrowser |
SessionManager.getNewSession(java.util.Map<java.lang.String,java.lang.String> override,
boolean setAsCurrent)
Create and return a new WebBrowser instance.
|
WebBrowser |
SessionManager.getNewSession(java.lang.String key,
java.lang.String value)
Create and return a new WebBrowser instance.
|
WebBrowser |
SessionManager.getNewSession(java.lang.String key,
java.lang.String value,
boolean setAsCurrent)
Create and return a new WebBrowser instance.
|
static WebBrowser |
SessionManager.getSession()
Convenience method to get the current session.
|
WebBrowser |
SessionManager.getSession(java.lang.String sessionId)
Get an existing WebBrowser session with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,WebBrowser> |
SessionManager.getSessions()
Get the Map of all WebBrowser sessions associated with this
SessionManager instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.removeSession(WebBrowser session)
Remove the given session from SessionManager based on its stored ID.
|
void |
SessionManager.switchToSession(WebBrowser ewd)
Switch the current session to be the provided WebBrowser instance.
|
Copyright © 2017 PPI AG. All rights reserved.