ashot icon indicating copy to clipboard operation
ashot copied to clipboard

PDF viewed in browser not taking fullscreen snapshot

Open tstutson opened this issue 5 years ago • 0 comments

driver.get("https://mozilla.github.io/pdf.js/web/viewer.html");
Screenshot screenshot = new AShot().shootingStrategy(ShootingStrategies.viewportPasting(1000)).takeScreenshot(driver);

Only takes a snapshot of the top of the page. Im assuming this will not work with a pdf viewer?

tstutson avatar Oct 22 '19 17:10 tstutson