selenium-shutterbug icon indicating copy to clipboard operation
selenium-shutterbug copied to clipboard

Java library to create customized full page/frame/elements screenshots using Selenium WebDriver and Java AWT, screenshots and images comparison and many more cool stuff

Results 24 selenium-shutterbug issues
Sort by recently updated
recently updated
newest added

https://assertthat.github.io/selenium-shutterbug/

enhancement

Assess whether we need this at all

enhancement

- different browsers types - running on travis

enhancement

Hi! I would like to know if it's possible to have a extensible scroller, so one could, for instance, hide fixed elements after the first scroll down and such. What...

enhancement

Hi guys, We're using shutterbug to do multiple image comparisons inside a test method and we're using Allure reports for the reporting part. I would like to suggest an improvement:...

Capture full screenshot scrolls the view when using the Capture type as FULL. Below is the code, Shutterbug.shootPage(driver, Capture.FULL).withName(fileName).save("D:\\screenshots"); My scenario like to take screenshots for each test step in...

I have used the below snippet to take the full screenshot of [https://www.dell.com/ko-kr](URL) website. However, the header part of the Dell website is missing in the screenshot. So when we...