Removed "Click to see nsfw" Button in Screenshot

pull/368/head
Phlipde 3 years ago
parent 2ac69da449
commit 50cca3183d

@ -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