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

Hi this is my command : Screenshot screenshot = new AShot().shootingStrategy(ShootingStrategies.viewportPasting(100000)).takeScreenshot(driver); ImageIO.write(screenshot.getImage(),"PNG",new File(locationPath+imageNameWithExtension)); Im getting this overlapped image (attached ) any help is appreciated ![webscriptprogress](https://user-images.githubusercontent.com/32628906/33064037-705eecc6-ceca-11e7-8e7a-53c217b1d751.png)

Hi! Is it possible to increase the intensity of the blur of the elements? Due to the design of the front, blurring is not as obvious as I'd like. If...

Hi All, I have written the below code to capture the entire webpage of [www.flipkart.com] ``` import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import ru.yandex.qatools.ashot.AShot;...

WebDriver 3.0

When using IOS driver, size of screenshot taken is double of size reported by element, which cause crop feature to crop wrong area. this fix will check for size difference...

I have two screenshots of the same page of the same size. I'm trying to find diff on them with ImageDiff but adding offset from the top 200px. ``` Coords...

Just tried this with: - AShot 1.5.4 - Selenium 3.6.0 - Chrome 63 Taking shots of elements, screenshots are way off - different parts of the screen.

Hey guys, This is more of a doubt than an issue. I have been using AShot to take full screenshots in Android. The recommendation I have followed was using ShootingStrategies.viewportRetina...

Hi, Is there any .net version of this package? or anything similar that works with .Net?

Bumps [org.seleniumhq.selenium:selenium-remote-driver](https://github.com/SeleniumHQ/selenium) from 4.13.0 to 4.17.0. Release notes Sourced from org.seleniumhq.selenium:selenium-remote-driver's releases. selenium-4.17.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in this...

dependencies
java

Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.11.0 to 5.10.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.10.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.10.0 2024-01-24 - 8 commit(s) by Andre Brait, dependabot[bot] Bump...

dependencies
java