org.openqa.selenium.internal.seleniumemulation
Class GetAttribute

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.SeleneseCommand<String>
      extended by org.openqa.selenium.internal.seleniumemulation.GetAttribute

public class GetAttribute
extends SeleneseCommand<String>


Constructor Summary
GetAttribute(JavascriptLibrary library, ElementFinder finder)
           
 
Method Summary
protected  String[] getNameAndAttribute(String attributeLocator)
           
protected  String handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String attributeLocator, String ignored)
           
 
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

GetAttribute

public GetAttribute(JavascriptLibrary library,
                    ElementFinder finder)
Method Detail

handleSeleneseCommand

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

getNameAndAttribute

protected String[] getNameAndAttribute(String attributeLocator)


Copyright © 2012. All Rights Reserved.