Deprecated API


Contents
Deprecated Interfaces
org.openqa.selenium.interactions.ActionChainsGenerator
          Use the Actions class directly. 
org.openqa.selenium.RenderedWebElement
          The methods in the class are 
 

Deprecated Methods
org.openqa.selenium.HasInputDevices.actionsBuilder()
          Use Actions instead. 
org.openqa.selenium.RenderedWebElement.dragAndDropBy(int, int)
          Use ClickAndHoldAction, MoveMouseAction and ButtonReleaseAction instead 
org.openqa.selenium.RenderedWebElement.dragAndDropOn(RenderedWebElement)
          Use ClickAndHoldAction, MoveMouseAction and ButtonReleaseAction instead 
org.openqa.selenium.WebElement.getValue()
          Use WebElement#getAttribute("value") instead. 
org.openqa.selenium.RenderedWebElement.getValueOfCssProperty(String)
          Use WebElement.getCssValue(String) 
org.openqa.selenium.remote.DesiredCapabilities.htmlUnitWithJavascript()
            
org.openqa.selenium.JavascriptExecutor.isJavascriptEnabled()
          Only one driver instance allows us to toggle this value. 
 



Copyright © 2011. All Rights Reserved.