kazurayam / inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"
Apache License 2.0
0 stars 0 forks source link

add method to store entire page screenshot as JPEG in the WebPageMaterializingFunctions class #87

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

https://github.com/kazurayam/inspectus/blob/master/src/main/java/com/kazurayam/inspectus/materialize/selenium/WebPageMaterializingFunctions.java

v0.9.4 implements storeEntirePageScreenshot() method, which writes PNG file.

Need to have a method that writes a JPEG file.

kazurayam commented 1 year ago

done at 0.9.5