Describe the problem.
I'm attempting to scrape all my tasks at app.any.do/tasks/all. Each task is in the middle column. Each task includes a link to task detail that's presented in column three. I've not yet gotten to scraping column three because I can't figure out how to select all tasks that spill over from the page in the image below. When I manually use the page I scroll my mouse to get to the rest of the tasks.
I've read the documentation and watched videos. I guess I'm dense because I can't figure it out. Please help.
Url:app.any.do/tasks/all
Sitemap: .CardScrollView__scrollbarContainer div:nth-of-type(1) .TaskListTarget div.TaskItem__content