Hacker News new | ask | show | jobs
by beatthatflight 2185 days ago
Love it. I've built a flight search tool in selenium too, and for isolating deals. (I've also used selenium for testing). The biggest problem is the speed and the unexpected (the spinner you experienced, intermittent page load times, asynchronous requests or when elements are stale as a result). But it is possible to do it.

Next you can thread the sucker, so you could have 2-4 PS windows open and enter at a faster speed ;)

1 comments

Yes, multi-threads of it...that would be scary!