GitHunt
GL

GladsonAntony/SeleniumShutterBug_Examples

This is a Example Project that demonstrate the use of Assertthat's Selenium ShutterBug Screenshot Capabilities.

Selenium ShutterBug Example

This is a Example Project that demonstrate the use of Assertthat's Selenium ShutterBug Screenshot Capabilities.

<!-- Selenium ShutterBug Maven Dependency -->
<dependency>
    <groupId>com.assertthat</groupId>
    <artifactId>selenium-shutterbug</artifactId>
    <version>${shutterbug.version}</version>
    <exclusions>
        <exclusion>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-java</artifactId>
        </exclusion>
    </exclusions>
</dependency>

Original Author - Assertthat


Github Page - Selenium ShutterBug


Usage Examples- ShutterBug Usage Examples


GladsonAntony/SeleniumShutterBug_Examples | GitHunt