Deprecated API


Contents
Deprecated Classes
com.jniwrapper.win32.ie.dom.DomRobot
          use HTMLElement, HTMLDocument instead. 
 

Deprecated Methods
com.jniwrapper.win32.ie.dom.DomRobot.click(Element)
          use HTMLElement.click() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.disableAlertsInCurrentPage()
          use DisplayDialogsOptions.disableAlertsInCurrentPage() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.fireEvent(Element, String)
          use HTMLElement.fireEvent() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.fireEvent(Element, String, EventObjectFactory)
          use HTMLElement.fireEvent() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getAbsoluteLocation(Element)
          use HTMLElement.getAbsoluteLocation() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getBackground(Element)
          use HTMLElement.getBackground() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getBackgroundColor(Element)
          use HTMLElement.getBackground() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getBodyElement()
          use HTMLDocument.getBody() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getBorder(Element)
          use HTMLElement.getBorder() instead. 
com.jniwrapper.win32.ie.WebBrowser.getCookies(String)
          Use the CookieManager.getCookies(URL url) method instead. 
com.jniwrapper.win32.ie.IEAutomation.getCookies(String)
          Use the CookieManager.getCookies(URL url) method instead. 
com.jniwrapper.win32.ie.HeadlessBrowser.getCookies(String)
          Use the CookieManager.getCookies(URL url) method instead. 
com.jniwrapper.win32.ie.Browser.getCookies(String)
          Use the CookieManager.getCookies(URL url) method instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getElementText(Element)
          use HTMLElement.getText() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getHorisontalScrollPosition()
          use HTMLDocument.getHorisontalScrollPosition() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getLocation(Element)
          use HTMLElement.getLocation() instead. 
com.jniwrapper.win32.ie.proxy.ProxyManager.getProxyConfiguration(int)
          use the Browsers.getProxy() method instead of the getProxyConfiguration(ProxyConfiguration.Type.GLOBAL) and the WebBrowser.getProxy() method instead of the getProxyConfiguration(ProxyConfiguration.Type.PROCESS). 
com.jniwrapper.win32.ie.Browsers.getProxySettings()
          use the Browsers.getProxy() method instead 
com.jniwrapper.win32.ie.dom.DomRobot.getScrollHeight()
          use HTMLDocument.getScrollHeight() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getScrollWidth()
          use HTMLDocument.getScrollWidth() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getSize(Element)
          use HTMLElement.getSize() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getStylePropertyValue(Element, String)
          use HTMLElement.getStyle() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.getVerticalScrollPosition()
          use HTMLDocument.getVerticalScrollPosition() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.isShowAlerts()
          use DisplayDialogsOptions.isShowAlerts() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.mouseOver(Element)
          use HTMLElement.mouseOver() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.scrollHorisontal(int)
          use HTMLDocument.scrollHorisontal() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.scrollVertical(int)
          use HTMLDocument.scrollVertical() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setBackgroundColor(Element, Color)
          use HTMLElement.setBackground() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setBackgroundColor(Element, String)
          use HTMLElement.setBackground() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setBorder(Element, Color)
          use HTMLElement.setBorder() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setBorder(Element, Integer, BorderStyle, Color)
          use HTMLElement.setBorder() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setBorder(Element, String)
          use HTMLElement.setBorder() instead. 
com.jniwrapper.win32.ie.WebBrowser.setCookie(String, Cookie)
          Use the CookieManager.setCookie(URL url, Cookie cookie) or CookieManager.setCookies(URL url, Set cookies) methods instead. 
com.jniwrapper.win32.ie.IEAutomation.setCookie(String, Cookie)
          Use the CookieManager.setCookie(URL url, Cookie cookie) or CookieManager.setCookies(URL url, Set cookies) methods instead. 
com.jniwrapper.win32.ie.HeadlessBrowser.setCookie(String, Cookie)
          Use the CookieManager.setCookie(URL url, Cookie cookie) or CookieManager.setCookies(URL url, Set cookies) methods instead. 
com.jniwrapper.win32.ie.Browser.setCookie(String, Cookie)
          Use the CookieManager.setCookie(URL url, Cookie cookie) or CookieManager.setCookies(URL url, Set cookies) methods instead. 
com.jniwrapper.win32.ie.WebBrowser.setParentBrowser(WebBrowser)
          Will be removed because WebBrowser instance will receive parent automatically. 
com.jniwrapper.win32.ie.IEAutomation.setParentBrowser(WebBrowser)
          Will be removed because WebBrowser instance will receive parent automatically. 
com.jniwrapper.win32.ie.HeadlessBrowser.setParentBrowser(WebBrowser)
          Will be removed because WebBrowser instance will receive parent automatically. 
com.jniwrapper.win32.ie.Browser.setParentBrowser(WebBrowser)
          Will be removed because WebBrowser instance will receive parent automatically. 
com.jniwrapper.win32.ie.dom.DomRobot.setShowAlerts(boolean)
          use DisplayDialogsOptions.setShowAlerts() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setShowErrorDialogs(boolean)
          use DisplayDialogsOptions.setShowErrorDialogs() instead. 
com.jniwrapper.win32.ie.dom.DomRobot.setStylePropertyValue(Element, String, String)
          use HTMLElement.setStyle() instead. 
com.jniwrapper.win32.ie.proxy.ProxyManager.updateProxyConfiguration(ProxyConfiguration, int)
          use the Browsers.setProxy(ProxyConfiguration) method instead of the updateProxyConfiguration(conf, ProxyConfiguration.Type.GLOBAL) and the WebBrowser.setProxy(ProxyConfiguration) method instead of the updateProxyConfiguration(conf, ProxyConfiguration.Type.PROCESS). 
com.jniwrapper.win32.ie.IEAutomation.waitReady(long)
          Use the NavigationEventListener.entireDocumentCompleted event to make sure that the document is loaded completely. 
com.jniwrapper.win32.ie.HeadlessBrowser.waitReady(long)
          Use the NavigationEventListener.entireDocumentCompleted event to make sure that the document is loaded completely. 
com.jniwrapper.win32.ie.Browser.waitReady(long)
          Use the NavigationEventListener.entireDocumentCompleted event to make sure that the document is loaded completely.