I want to open the wall of all my Facebook friends and extract some details. My idea is to open https://www.facebook.com/friends/list and extract all links to my friends’ profile pages. I then loop over that list and opens each link in a new window/tab for each friend, extract the data, close the window/tab and go for the next friend on the list.
The problem is that Facebook doesn’t display all friends on that list. Instead you have to scroll to the end literally hundreds of times to get a complete list of all friends. Each such jump to the end takes maybe 5-10 seconds to populate the view with some more friends, something you have to wait for before you can jump to the end again.
Is it possible to somehow start processing the existing content of my Applescript based list of friends, while I wait for the browser GUI to reach the end of my Facebook friend list?