as above. Does it load images?
Asked
Active
Viewed 3,301 times
1 Answers
20
By default: no.
- You have to use htmlImage.getImageReader()
- 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