Firoj112 commited on
Commit
37913a8
·
verified ·
1 Parent(s): 8d34422

Update tools/scroll_page.py

Browse files
Files changed (1) hide show
  1. tools/scroll_page.py +1 -1
tools/scroll_page.py CHANGED
@@ -8,7 +8,7 @@ def scroll_page(driver, pixels=600, selector=None):
8
 
9
  Args:
10
  driver: Selenium WebDriver instance
11
- pixels (int): Number of pixels to scroll down (default: 1000)
12
  selector (str): Optional CSS selector to scroll to a specific element
13
 
14
  Returns:
 
8
 
9
  Args:
10
  driver: Selenium WebDriver instance
11
+ pixels (int): Number of pixels to scroll down (default: 600)
12
  selector (str): Optional CSS selector to scroll to a specific element
13
 
14
  Returns: