Field and Description |
---|
com.gargoylesoftware.htmlunit.BrowserVersion.FIREFOX_38
as of 2.23, please use
BrowserVersion.FIREFOX_45 |
com.gargoylesoftware.htmlunit.BrowserVersion.INTERNET_EXPLORER_11
as of 2.20, please use
BrowserVersion.INTERNET_EXPLORER instead |
Method and Description |
---|
com.gargoylesoftware.htmlunit.html.HtmlElement.getHtmlElementsByTagName(String)
as of 2.21, please use
DomElement.getElementsByTagName(String) , which returns read-only list |
com.gargoylesoftware.htmlunit.html.HtmlElement.getHtmlElementsByTagNames(List as of 2.21, please use
DomElement.getElementsByTagName(String) |
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.