org.openqa.selenium.internal.selenesedriver
Class ExecuteScript

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

public class ExecuteScript
extends java.lang.Object
implements SeleneseFunction<java.lang.Object>


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

Constructor Detail

ExecuteScript

public ExecuteScript()
Method Detail

apply

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


Copyright © 2011. All Rights Reserved.