org.openqa.selenium.internal.seleniumemulation
Class WaitForCondition

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.SeleneseCommand<Void>
      extended by org.openqa.selenium.internal.seleniumemulation.WaitForCondition

public class WaitForCondition
extends SeleneseCommand<Void>


Constructor Summary
WaitForCondition(ScriptMutator mutator)
           
 
Method Summary
protected  Void handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String script, String timeout)
           
 
Methods inherited from class org.openqa.selenium.internal.seleniumemulation.SeleneseCommand
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitForCondition

public WaitForCondition(ScriptMutator mutator)
Method Detail

handleSeleneseCommand

protected Void handleSeleneseCommand(org.openqa.selenium.WebDriver driver,
                                     String script,
                                     String timeout)
Specified by:
handleSeleneseCommand in class SeleneseCommand<Void>


Copyright © 2012. All Rights Reserved.