-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Screenshots with getBytes() don't have title when it is set #97
Comments
Hi me, fixed issue in #98, error appeared with new version of Shutterbug |
Hi @anna-shchurok thank you very much for contribution. Shall we set java.awt.headless=true programmatically while initialiszing Shutterbug? e.g. Shutterbug.headless()... |
@glib-briia |
@anna-shchurok agreed. Lets have it permanently set to true and provide option of disabling by Shutterbug.headless(false) |
Code like
Shutterbug.shootPage(driver, Capture.FULL).withTitle("Title goes here").getBytes()
doesn't return screenshot with title added
although code like
Shutterbug.shootPage(driver, Capture.FULL).withTitle("Title goes here").save()
saves screenshot with title added
The text was updated successfully, but these errors were encountered: