Skip to content

Retina methods are not available #20

@nikprix

Description

@nikprix

I added newest available version of shutterbug to my POM:

<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>0.5</version>
</dependency>

but newest retina methods are not loading:
Sources:

public class Shutterbug {

    private static final int DEFAULT_SCROLL_TIMEOUT = 100;

    public Shutterbug() {
...
    }

    public static PageSnapshot shootPage(WebDriver driver) {
...
    }

    public static PageSnapshot shootPage(WebDriver driver, ScrollStrategy scroll) {
...
    }

    public static PageSnapshot shootPage(WebDriver driver, ScrollStrategy scroll, int scrollTimeout) {
...
    }

    public static ElementSnapshot shootElement(WebDriver driver, WebElement element) {
...
    }
}

Am I doing something wrong?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions