ashot icon indicating copy to clipboard operation
ashot copied to clipboard

WebDriver Screenshot utility. Take screenshots, crop, prettify, compare

Results 71 ashot issues
Sort by recently updated
recently updated
newest added

When a modal is present over a scrollable page, the underlying page is captured correctly, but the modal is not. Please refer screenshot below. ![image](https://user-images.githubusercontent.com/9464895/53676148-282dd800-3c64-11e9-982c-4896d4ed6da2.png)

This is more like question and not an issue. I wonder whether there is any working example project on github using Ashot where everything required is already programmed.. For example:...

enhancement

I'm trying to take a full screenshot for EDGE. It works for CHROME/FIREFOX at least. ``` Screenshot screenshot = new AShot().shootingStrategy(ShootingStrategies.viewportPasting(1000)).takeScreenshot(driver); ``` When I tried to do that using EDGE,...

Is there a way to apply a filter to a WebElement without cropping the surrounding rest of the screenshot at a defined distance? I would like to keep the original...

I am trying to capture the screenshot of full page.It was working fine with HTML code. However, in angular, it won't. Any thoughts?

Hi, I am not able to capture all the div elements of a page screen shot from the phantomjs driver. 1st div element will create the screenshot, for 2nd element...

Hi AShot Team, When I run the below java code it runs properly,but it captures only current screen. The below part of screen is not captured by this code. please...

I am comparing tooltip element in popup window, but image result is not cropped. The result is an image from the screen. If you use a MonochromeFilter , you can...

Hi guys, I need to take full screenshot of a web application by scrolling down. I have used Ashot to achieve same, check below code final Screenshot screenshot = new...