Deprecated API


Contents
Deprecated Interfaces
org.openqa.selenium.html5.DatabaseStorage
          Web SQL has been deprecated, see http://dev.w3.org/html5/webdatabase/ 
 

Deprecated Exceptions
org.openqa.selenium.XPathLookupException
          Use InvalidSelectorException instead 
 

Deprecated Fields
org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING
           
 

Deprecated Methods
org.openqa.selenium.UnhandledAlertException.getAlert()
          To be removed in 2.31, use UnhandledAlertException.getAlertText() instead. 
org.openqa.selenium.interactions.internal.Coordinates.getLocationInDOM()
          To be removed in 2.31. Use Coordinates.onPage() instead 
org.openqa.selenium.interactions.internal.Coordinates.getLocationInViewPort()
          To be removed in 2.31. Use Coordinates.inViewPort() instead 
org.openqa.selenium.interactions.internal.Coordinates.getLocationOnScreen()
          To be removed in 2.31. Use Coordinates.onScreen() instead 
org.openqa.selenium.internal.Locatable.getLocationOnScreenOnceScrolledIntoView()
          To be removed in 2.31. Use Locatable.getCoordinates() instead 
 



Copyright © 2013. All Rights Reserved.