12

as above. Does it load images?

Ahmed Ashour
  • 4,462
  • 10
  • 33
  • 49
oneat
  • 10,394
  • 16
  • 49
  • 68

1 Answers1

20

By default: no.

  1. You have to use htmlImage.getImageReader()
  2. Or, you can use htmlPage.save()

Update: as of 2.25, you can use:

webClient.getOptions().setDownloadImages(true);
Ahmed Ashour
  • 4,462
  • 10
  • 33
  • 49