Merge pull request #368 from Phlipde/develop

Removed "Click to see nsfw" Button in Screenshot
pull/456/head
Callum Leslie 2 years ago committed by GitHub
commit 00ba8789f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,7 @@ def download_screenshots_of_reddit_posts(reddit_object, screenshot_num, theme):
print_substep("Post is NSFW. You are spicy...")
page.locator('[data-testid="content-gate"] button').click()
page.locator('[data-click-id="text"] button').click() # Remove "Click to see nsfw" Button in Screenshot
page.locator('[data-test-id="post-content"]').screenshot(
path="assets/png/title.png"

Loading…
Cancel
Save