Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7098159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:01:12+00:00 2026-05-28T11:01:12+00:00

All of the examples I see for htmlunit retrieve the HTML from website via

  • 0

All of the examples I see for htmlunit retrieve the HTML from website via a URL using getPage.

WebClient webClient = new WebClient();
HtmlPage page = webClient.getPage("http://htmlunit.sourceforge.net");

I’m holding an HTML fragment in a string variable and can’t find a way to give it the HTML from a variable.

I’ve tried casting the String to HtmlPage but that doesn’t work.

HtmlPage page = (HtmlPage) htmlFragment
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T11:01:13+00:00Added an answer on May 28, 2026 at 11:01 am

    Perhaps you could write the HTML fragment (possibly wrapped in the standard html/head/body tags) into a temp file and use its URL for your web client. For example (untested):

    File tempFile = File.createTempFile("fragment", "html");
    HtmlPage startPage = webClient.getPage(tempFile.toURI().toURL().toString());
    tempFile.deleteOnExit();
    

    Alternatively, you might be able to construct your own HtmlPage with a phony URL and ad-hoc WebResponse and WebWindow but that might require a lot of hacking.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All the examples I see using mysqli_fetch_object use mysql_query() , I cannot get it
All the examples I see of using the IndexOf() method in KnockoutJS are of
All the examples I see of using the IndexOf() method in List<T> are of
Have tried all the examples on this website I just don't see anything on
All the examples I see are for Java SE applications by passing your JAR
I've read through the Google Spreadsheets API PHP documentation. All examples are using Zend,
All the examples I've come across using Google Maps API seem to show a
I know a site can have many apps but all the examples I see
in all jquery examples i see this kind of code: $('.menu a').each(function(){ $(this).animate({paddingLeft: $(this).width()},
In all examples of F# classes and records I see that records an classes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.