October 2018
Intermediate to advanced
192 pages
5h 12m
English
The Ashot API provides the following features:
Taking screenshots of individual WebElements is also possible with AShot.
AShot takes a screenshot in three steps:
This way, AShot provides an image of the WebElement
To use AShot, add the dependency given here to pom.xml:
<dependency> <groupId>ru.yandex.qatools.ashot</groupId> <artifactId>ashot</artifactId> <version>1.1</version></dependency>
The following code helps ...
Read now
Unlock full access