Deprecated API


Contents
Deprecated Methods
com.googlecode.jinahya.elementlocator.ElementLocator.addChild(String)
          Use ElementLocator.child(java.lang.String) 
com.googlecode.jinahya.elementlocator.ElementLocator.addChild(String, String)
          Use ElementLocator.child(java.lang.String, java.lang.String) 
com.googlecode.jinahya.elementlocator.ElementLocator.getAttribute(String)
          Use ElementLocator.attribute(java.lang.String, java.lang.String) 
com.googlecode.jinahya.elementlocator.ElementLocator.getAttribute(String, String)
          Use ElementLocator.attribute(java.lang.String, java.lang.String) 
com.googlecode.jinahya.elementlocator.ElementLocator.getText()
          Use ElementLocator.text() 
com.googlecode.jinahya.elementlocator.ElementLocator.locateChild(String, int)
          Use ElementLocator.child(java.lang.String, int) 
com.googlecode.jinahya.elementlocator.ElementLocator.locateChild(String, String, int)
          Use ElementLocator.child(java.lang.String, java.lang.String, int) 
com.googlecode.jinahya.elementlocator.ElementLocator.locateParent()
          Use ElementLocator.parent() 
com.googlecode.jinahya.elementlocator.ElementLocator.locateRoot()
          Use ElementLocator.root() 
com.googlecode.jinahya.elementlocator.ElementLocator.removeAttribute(String)
          Use ElementLocator.attribute(String, String, String) with null value. 
com.googlecode.jinahya.elementlocator.ElementLocator.removeAttribute(String, String)
          Use ElementLocator.attribute(String, String, String) with null value. 
com.googlecode.jinahya.elementlocator.ElementLocator.setAttribute(String, String)
          Use ElementLocator.attribute(String, String, String) 
com.googlecode.jinahya.elementlocator.ElementLocator.setAttribute(String, String, String)
          Use ElementLocator.attribute(String, String, String) 
com.googlecode.jinahya.elementlocator.ElementLocator.setText(String)
          Use ElementLocator.text(java.lang.String) 
 



Copyright © 2010-2011. All Rights Reserved.