윤영준 윤영준 2023-12-11
added a cache clearing, so that system won't shutdown out of storage
@81b712632c43783a1c395fa3c3f16cb0e520013b
utils/cache_clear.py
--- utils/cache_clear.py
+++ utils/cache_clear.py
@@ -1,3 +1,9 @@
+# https://stackoverflow.com/questions/50456783/python-selenium-clear-the-cache-and-cookies-in-my-chrome-webdriver
+# by Prakash Dahal
+# CCL 3.0 BY-SA,
+# DO NOT MIX THIS CODE WITH OTHER PROJECT AND MUST REMAIN A SEPARATE FILE
+
+
 # import undetected_chromedriver as uc
 from selenium.webdriver.common.action_chains import ActionChains
 from selenium.webdriver.common.keys import Keys
Add a comment
List