Deprecated API


Contents
Deprecated Methods
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.Browsers.getProxySettings()
          use the Browsers.getProxy() method 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.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.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.