We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4333df2 commit a379e5bCopy full SHA for a379e5b
src/test/java/org/htmlunit/doc/FaqTest.java
@@ -82,7 +82,7 @@ public void htmlPageFromString() throws Exception {
82
+ " </body>"
83
+ "</html> ";
84
try (WebClient webClient = new WebClient(browserVersion)) {
85
- final HtmlPage page = webClient.loadXHtmlCodeIntoCurrentWindow(htmlCode);
+ final HtmlPage page = webClient.loadHtmlCodeIntoCurrentWindow(htmlCode);
86
87
// work with the html page
88
0 commit comments