as above. Does it load images?
Asked
Active
Viewed 3,363 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
- 5,179
- 10
- 35
- 56