Open
Description
I used to use version 0.9.3
of the selenium-shutterbug
. I did the whole page screenshot as follows:
Shutterbug.shootPage(webDriver, ScrollStrategy.WHOLE_PAGE).withName(name).save(path)
Recently, I have updated the dependency to version 1.5
. The above code didn't compile, so I changed it to this:
Shutterbug.shootPage(webDriver, Capture.FULL).withName(name).save(path)
I noticed that with the updated version, it doesn't make a proper whole page screenshot if there's a modal window or a popup on the page. This modal is shown multiple times and the page looks very weird.
Reverted back to 0.9.3
.
Metadata
Metadata
Assignees
Labels
No labels