Skip to content

roydekleijn/WebDriver-take-screenshot-of-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This piece of code will take screenshots of elements. I work in the advertising branche and sometimes we need to know whether the ads are not blank. We don't get any revenue of blank advertisements.

Implement the class in your project and add the following two line to your testing code:

TakeElementScreenshot screenshot = new TakeElementScreenshot(driver);
screenshot.shoot(element);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages