Open
Conversation
We must improve the screenshot to the comments (I do not have time to do if someone does it would be good) If the video generation fails, re-launch it, as it depends on the network and machine you have, it will be more or less likely to fail.
proposal for a login improvement
Author
2 tasks
Author
forget to remove a text from screenshot
Author
Author
Contributor
|
This pull request is stale as it has been open for 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days. |
|
this worked for me thank you! |
|
Fixed "Locator.screenshot: Timeout 30000ms exceeded. " for me. Thank you! |
| ) | ||
| ) | ||
|
|
||
| page.wait_for_timeout(2000) #small delay |
Collaborator
There was a problem hiding this comment.
| clip=location # resize to 200px | ||
| ) | ||
| else: | ||
| print("No se pudo obtener el cuadro delimitador del elemento.") |
Collaborator
There was a problem hiding this comment.
Please keep all comments in English
2 tasks
soulinker
reviewed
Dec 18, 2024
| try: | ||
| if settings.config["settings"]["zoom"] != 1: | ||
| # store zoom settings | ||
| if settings.config["settings"]["zoom"] != 1: |
Collaborator
AzOxStOz
reviewed
May 31, 2025
| page.locator('[data-testid="content-gate"] button').click() | ||
|
|
||
| page.goto(f"https://new.reddit.com/{comment['comment_url']}") | ||
| page.goto(f"https://new.reddit.com{comment['comment_url']}") |
There was a problem hiding this comment.
maybe this ?
page.goto(f"https://new.reddit.com{comment['comment_url']}", wait_until="domcontentloaded", timeout=60000)
ezzcodeezzlife
approved these changes
Aug 30, 2025
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.





Description
Issue Fixes
None
Checklist:
Any other information (e.g how to test the changes)
None