| Constructor and Description |
|---|
NullContext() |
| Modifier and Type | Method and Description |
|---|---|
CollectionMap |
getCollectionMap()
Get collection map.
|
ICommandFactory |
getCommandFactory()
Get CommandFactory instance.
|
CommandListIterator |
getCommandListIterator()
Get current CommandListIterator.
|
CookieFilter |
getCookieFilter()
Get cookie filter.
|
String |
getCurrentBaseURL()
Get current base URL.
|
TestCase |
getCurrentTestCase()
Get current test-case.
|
WebDriverElementFinder |
getElementFinder()
Get elemnt finder.
|
Eval |
getEval()
Get evaluater.
|
String |
getInitialWindowHandle()
Get initial window handle.
|
JSLibrary |
getJSLibrary()
Get JavaScript library handler.
|
PageInformation |
getLatestPageInformation()
Get latest page information.
|
ModifierKeyState |
getModifierKeyState()
Get modifier key state.
|
String |
getOverridingBaseURL()
Get base URL for overriding test-case base URL.
|
PrintStream |
getPrintStream()
Get PrintStream for logging.
|
RollupRules |
getRollupRules()
Get rollup rules.
|
long |
getSpeed()
Get speed for setSpeed command.
|
SubCommandMap |
getSubCommandMap()
Get SubCommandMap instance.
|
int |
getTimeout()
Get timeout for waiting.
|
VarsMap |
getVarsMap()
Get variables map.
|
org.openqa.selenium.WebDriver |
getWrappedDriver() |
boolean |
isInteractive()
Get interactive.
|
boolean |
isTrue(String expr)
Get boolean value of expr.
|
void |
popCommandListIterator()
Pop CommandListIterator.
|
void |
prepareWebDriver()
Prepare WebDriver.
|
void |
pushCommandListIterator(CommandListIterator commandListIterator)
Push CommandListIterator.
|
void |
resetSpeed()
Reset speed as initial speed.
|
void |
resetState()
Reset internal state.
|
void |
setCookieFilter(CookieFilter cookieFilter)
Set cookie filter.
|
void |
setCurrentTestCase(TestCase testCase)
Set current test-case.
|
void |
setJSLibrary(JSLibrary jsLibrary)
Set JavaScript library handler.
|
void |
setLatestPageInformation(PageInformation pageInformation)
Set latest page information.
|
void |
setSpeed(long speed)
Set speed for setSpeed command.
|
void |
setTimeout(int timeout)
Set timeout for waiting.
|
void |
waitSpeed()
Wait according to speed setting.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteScript, findElement, findElements, getBrowserName, isBrowserpublic void prepareWebDriver()
ContextprepareWebDriver in interface Contextpublic TestCase getCurrentTestCase()
ContextgetCurrentTestCase in interface Contextpublic void setCurrentTestCase(TestCase testCase)
ContextsetCurrentTestCase in interface ContexttestCase - current test-case.public PrintStream getPrintStream()
ContextgetPrintStream in interface Contextpublic org.openqa.selenium.WebDriver getWrappedDriver()
getWrappedDriver in interface org.openqa.selenium.internal.WrapsDriverpublic String getOverridingBaseURL()
ContextgetOverridingBaseURL in interface Contextpublic String getCurrentBaseURL()
ContextgetCurrentBaseURL in interface Contextpublic ICommandFactory getCommandFactory()
ContextgetCommandFactory in interface Contextpublic CommandListIterator getCommandListIterator()
ContextgetCommandListIterator in interface Contextpublic void pushCommandListIterator(CommandListIterator commandListIterator)
ContextpushCommandListIterator in interface ContextcommandListIterator - CommanListIterator.public void popCommandListIterator()
ContextpopCommandListIterator in interface Contextpublic VarsMap getVarsMap()
ContextgetVarsMap in interface Contextpublic RollupRules getRollupRules()
ContextgetRollupRules in interface Contextpublic CollectionMap getCollectionMap()
ContextgetCollectionMap in interface Contextpublic String getInitialWindowHandle()
ContextgetInitialWindowHandle in interface Contextpublic WebDriverElementFinder getElementFinder()
ContextgetElementFinder in interface Contextpublic boolean isTrue(String expr)
Contextpublic SubCommandMap getSubCommandMap()
ContextgetSubCommandMap in interface Contextpublic int getTimeout()
ContextgetTimeout in interface Contextpublic void setTimeout(int timeout)
ContextsetTimeout in interface Contexttimeout - for waiting.public void resetSpeed()
ContextresetSpeed in interface Contextpublic void setSpeed(long speed)
Contextpublic long getSpeed()
Contextpublic void waitSpeed()
Contextpublic PageInformation getLatestPageInformation()
ContextgetLatestPageInformation in interface Contextpublic void setLatestPageInformation(PageInformation pageInformation)
ContextsetLatestPageInformation in interface ContextpageInformation - page information.public CookieFilter getCookieFilter()
ContextgetCookieFilter in interface Contextpublic void setCookieFilter(CookieFilter cookieFilter)
ContextsetCookieFilter in interface ContextcookieFilter - cookie filter.public JSLibrary getJSLibrary()
ContextgetJSLibrary in interface Contextpublic void setJSLibrary(JSLibrary jsLibrary)
ContextsetJSLibrary in interface ContextjsLibrary - JavaScript library handler.public ModifierKeyState getModifierKeyState()
ContextgetModifierKeyState in interface Contextpublic void resetState()
ContextresetState in interface Contextpublic boolean isInteractive()
ContextisInteractive in interface ContextCopyright © 2017. All rights reserved.