Manually save screenshots with custom prefixes#302
Merged
DanMegaGamer merged 1 commit intomattheworiordan:masterfrom Dec 1, 2025
Merged
Manually save screenshots with custom prefixes#302DanMegaGamer merged 1 commit intomattheworiordan:masterfrom
DanMegaGamer merged 1 commit intomattheworiordan:masterfrom
Conversation
Collaborator
|
Hey @mtancoigne, thanks for reopening. I think this looks good but I just want to read over the comments on #256 to make sure I've got the whole picture before approval/merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello !
I'm reopening #256:
I used to generate some screenshots for a documentation system, so I needed to customize the file names. This PR adds updates
screenshot_and_save_pageandscreenshot_and_open_imagewith two additional parameters:prefix(to specify a base file name) andhtml(to only save a picture whenfalse)I still use this feature from time to time.