public class AutoWaitInjector extends java.lang.Object implements SeleniumCommandListener
SeleniumCommandListener implementation for automatic wait injection
before executing command. To provide exclude command list set property
auto.wait.exclude.commands. <ApplicationProperties.SKIP_AUTO_WAIT
(selenium.skip.autowait) value to false. list of commands that will: click,
mouse, select, type, getText,
check,getElement,removeSelection,addSelection,focus To provide exclude
commands set property ApplicationProperties.AUTO_WAIT_EXCLUDE_CMD To
provide include commands set property auto.wait.include.commands| Constructor and Description |
|---|
AutoWaitInjector() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommand(QAFCommandProcessor proc,
SeleniumCommandTracker sc)
This method is invoked after doCommand by command processor
|
void |
beforeCommand(QAFCommandProcessor proc,
SeleniumCommandTracker commandTracker)
This method is invoked before doCommand by command processor
|
public void afterCommand(QAFCommandProcessor proc, SeleniumCommandTracker sc)
SeleniumCommandListenerafterCommand in interface SeleniumCommandListenerpublic void beforeCommand(QAFCommandProcessor proc, SeleniumCommandTracker commandTracker)
SeleniumCommandListenerbeforeCommand in interface SeleniumCommandListenerCopyright © 2000 Infostretch Corp.