12

as above. Does it load images?

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56
oneat
  • 10,778
  • 16
  • 52
  • 70

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
  • 5,179
  • 10
  • 35
  • 56