Add files via upload

This commit is contained in:
David Rotermund 2023-05-18 14:52:39 +02:00 committed by GitHub
parent 9e9ba0adae
commit 2f5bbeb7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,10 +31,6 @@ def scroll_down_content_page(driver: webdriver.firefox.webdriver.WebDriver):
# start_x = found_element.location["x"] # start_x = found_element.location["x"]
start_y = found_element.location["y"] start_y = found_element.location["y"]
print(start_y)
print(final_y)
print(max_height_per_step)
print("----")
to_scroll = final_y - start_y to_scroll = final_y - start_y
try: try:
if to_scroll > 0: if to_scroll > 0: