org.seleniumhq.selenium.fluent.internal
Class Execution<T>

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.internal.Execution<T>

public abstract class Execution<T>
extends Object


Constructor Summary
Execution()
           
 
Method Summary
 T doExecution()
           
abstract  T execute()
           
 org.openqa.selenium.WebElement getWebElement()
           
 Execution<T> withWebElementHolder(Internal.WebElementHolder webElementHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Execution

public Execution()
Method Detail

withWebElementHolder

public Execution<T> withWebElementHolder(Internal.WebElementHolder webElementHolder)

getWebElement

public org.openqa.selenium.WebElement getWebElement()

doExecution

public T doExecution()

execute

public abstract T execute()


Copyright © 2013. All Rights Reserved.