DEV Community

Discussion on: Python Selenium Infinite Scrolling

Collapse
 
shinokada profile image
shin • Edited

I get a NameError.
NameError: name 'time' is not defined
'time' in the scroll function.
Does anyone have any idea how to fix this?

Collapse
 
mr_h profile image
Huxley

the scroll function uses the package time for sleeping

at the top of your project do

import time