org.openqa.selenium.internal.selenesedriver
Class ExecuteAsyncScript

java.lang.Object
  extended by org.openqa.selenium.internal.selenesedriver.ExecuteAsyncScript
All Implemented Interfaces:
SeleneseFunction<Object>

public class ExecuteAsyncScript
extends Object
implements SeleneseFunction<Object>


Constructor Summary
ExecuteAsyncScript()
           
 
Method Summary
 Object apply(com.thoughtworks.selenium.Selenium selenium, Map<String,?> parameters)
           
 SeleneseFunction<Object> setScriptTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteAsyncScript

public ExecuteAsyncScript()
Method Detail

apply

public Object apply(com.thoughtworks.selenium.Selenium selenium,
                    Map<String,?> parameters)
Specified by:
apply in interface SeleneseFunction<Object>

setScriptTimeout

public SeleneseFunction<Object> setScriptTimeout()


Copyright © 2012. All Rights Reserved.