public class SwingDriverInternal extends SwingDriver
currentContainer, isJnlpCached, jnlpLocation, windowFixture, windowTitle| Constructor and Description |
|---|
SwingDriverInternal(Class<?> mainClassOfTestedApplication) |
SwingDriverInternal(Class<?> mainClassOfTestedApplication,
String windowTitile) |
SwingDriverInternal(String windowTitile) |
SwingDriverInternal(String jnlpLocation,
boolean cacheEnabled) |
| Modifier and Type | Method and Description |
|---|---|
org.fest.swing.fixture.ContainerFixture<?> |
getActiveContainerFixture()
Internal method. Might be changed at any time.
|
String |
getMainWindowTitle() |
org.fest.swing.fixture.WindowFixture<?> |
getWindowFixture()
Internal method. Might be changed at any time.
|
void |
setActiveContainerFixture(org.fest.swing.fixture.ContainerFixture<?> containerFixture)
Internal method. Might be changed at any time.
|
void |
setWindowFixture(org.fest.swing.fixture.WindowFixture<?> windowFixture)
Internal method. Might be changed at any time.
|
getSwingEngine, setCommandDelay, start, stop, stopgetChromeDriver, getChromeDriver, getCustomDriver, getEdgeDriver, getEdgeDriver, getFirefoxDriver, getFirefoxDriver, getFirefoxDriver, getHiddenBrowserDriver, getHiddenBrowserDriver, getInternetExplorerDriver, getInternetExplorerDriver, getMobileDriver, getMobileDriver, getPhantomJSDriver, getRobotDriver, getSafariDriver, getSafariDriver, getSwingDriver, getSwingDriver, getSwingDriver, getSwingDriverpublic SwingDriverInternal(Class<?> mainClassOfTestedApplication)
public SwingDriverInternal(Class<?> mainClassOfTestedApplication, String windowTitile)
mainClassOfTestedApplication - the class containing the "main" methodwindowTitile - the window titlepublic SwingDriverInternal(String windowTitile)
windowTitile - the window titlepublic SwingDriverInternal(String jnlpLocation, boolean cacheEnabled)
jnlpLocation - JNLP location. It can be local JNLP file path or a remote urlcacheEnabled - whether the JNLP is cached or notpublic org.fest.swing.fixture.WindowFixture<?> getWindowFixture()
public void setWindowFixture(org.fest.swing.fixture.WindowFixture<?> windowFixture)
public org.fest.swing.fixture.ContainerFixture<?> getActiveContainerFixture()
public void setActiveContainerFixture(org.fest.swing.fixture.ContainerFixture<?> containerFixture)
public String getMainWindowTitle()
Copyright © 2017 Axway Software. All rights reserved.