We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、 first invoke was successful Shutterbug.wait(getExpectedCondition(screenshotElement),60) .shootElement(webDriver, getWebElement(webDriver, screenshotElement), CaptureElement.FULL_SCROLL) .withName(fileName) .save("/Users/evan/Documents/test");
2、second invoke not with wait() method; NoSuchMethodError PageSnapshot snapshot = Shutterbug.shootPage(webDriver, Capture.FULL_SCROLL) .snapshot.withName(fileName) .save("/Users/evan/Documents/test");
EXCEPTIONG: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: org.openqa.selenium.support.ui.FluentWait.withTimeout(Ljava/time/Duration;)Lorg/openqa/selenium/support/ui/FluentWait;
whether Shutterbug.beforeShootCondition variable is static ?
The text was updated successfully, but these errors were encountered:
Hi @MysticEvan could you please share shutterbug version, selenium version and java version you are using?
Sorry, something went wrong.
selenium-shutterbug : 1.6 selenium-java: 3.141.59 java: 1.8
No branches or pull requests
1、 first invoke was successful
Shutterbug.wait(getExpectedCondition(screenshotElement),60)
.shootElement(webDriver, getWebElement(webDriver, screenshotElement), CaptureElement.FULL_SCROLL)
.withName(fileName)
.save("/Users/evan/Documents/test");
2、second invoke not with wait() method; NoSuchMethodError
PageSnapshot snapshot = Shutterbug.shootPage(webDriver, Capture.FULL_SCROLL)
.snapshot.withName(fileName)
.save("/Users/evan/Documents/test");
EXCEPTIONG:
Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: org.openqa.selenium.support.ui.FluentWait.withTimeout(Ljava/time/Duration;)Lorg/openqa/selenium/support/ui/FluentWait;
whether Shutterbug.beforeShootCondition variable is static ?
The text was updated successfully, but these errors were encountered: