From 87db9ef811338d9c7828c5e2b55fdc5c1f7dd36f Mon Sep 17 00:00:00 2001 From: Dylan Caponi Date: Sat, 8 Oct 2022 23:24:51 -0500 Subject: [PATCH] Add doc --- snippets/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/main.py b/snippets/main.py index 3c4254e..4b91b3b 100644 --- a/snippets/main.py +++ b/snippets/main.py @@ -1,3 +1,5 @@ +# Snippet to get a screenshot of URL and add URL and datetime string to image hash. + from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options import Options