org.openqa.selenium.internal.seleniumemulation
Class ElementFinder

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.ElementFinder

public class ElementFinder
extends Object


Constructor Summary
protected ElementFinder()
           
  ElementFinder(JavascriptLibrary library)
           
 
Method Summary
 void add(String strategyName, String implementation)
           
 org.openqa.selenium.WebElement findElement(org.openqa.selenium.WebDriver driver, String locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementFinder

protected ElementFinder()

ElementFinder

public ElementFinder(JavascriptLibrary library)
Method Detail

findElement

public org.openqa.selenium.WebElement findElement(org.openqa.selenium.WebDriver driver,
                                                  String locator)

add

public void add(String strategyName,
                String implementation)


Copyright © 2012. All Rights Reserved.