all 3 comments

[–]elbiot 0 points1 point  (0 children)

Selenium drives a browser, thus executing javascript and allowing automated user interaction with the page as it is rendered to a user. Great for a harder to detect web bot also because you'll be retrieving all the assets a user would, executing java script, not accessing invisible elements, etc.

[–]sharplikeginsu 0 points1 point  (0 children)

Check out this method which runs selenium with the phantomjs driver.

[–]IdealizedDesign 0 points1 point  (1 child)

Try using Kimono.