You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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