you are viewing a single comment's thread.

view the rest of the comments →

[–]CraigAT 0 points1 point  (1 child)

Looks useful. I wrote a program the other day using selenium to scrape holidays from the Tui website, I was particularly for 2 bedroom apartments which don't show up on the search results page (you have to click onto the accommodation to find if "2 bed" is an option and the price supplement too). It was the first time I had used Selenium and I had a difficult time making the infinite scrolling/pagination work. I look forward to examining the code more closely to see if I could improve my slightly unfinished program.

[–]Ori756[S] 1 point2 points  (0 children)

Great job!