From 2f5bbeb7f2ecb484584e4a8c06acf7bf82860c9a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 18 May 2023 14:52:39 +0200 Subject: [PATCH] Add files via upload --- content/scroll_down_content_page.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/scroll_down_content_page.py b/content/scroll_down_content_page.py index 7266cf5..832c6f8 100644 --- a/content/scroll_down_content_page.py +++ b/content/scroll_down_content_page.py @@ -31,10 +31,6 @@ def scroll_down_content_page(driver: webdriver.firefox.webdriver.WebDriver): # start_x = found_element.location["x"] start_y = found_element.location["y"] - print(start_y) - print(final_y) - print(max_height_per_step) - print("----") to_scroll = final_y - start_y try: if to_scroll > 0: