How to Limit ScrollDown

Your extension working great.

My one query is, how to limit the multiple scroll down to limit some number?

Due to large product range, Scroll down continuously running hours and hours. How can we limit the scroll down to just n times only?

Thank you.

Found solution from previous forum posts.

Solution is selector: div:nth-of-type(-n+55)

Here, 55 is the total elements that we required,

Thank you.

1 Like