Skip to content

Instantly share code, notes, and snippets.

@tobie
Created December 1, 2014 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobie/0a3818e17f9d0c73523f to your computer and use it in GitHub Desktop.
Save tobie/0a3818e17f9d0c73523f to your computer and use it in GitHub Desktop.
# original sentence:
You need to run JS to scrape things off of web pages with client-side logic so now you need Selenium for web scraping.
# what I understood:
"You need to run JS to (scrape things off of web pages with client-side logic) so now you need Selenium for web scraping."
i.e. the scraping needs client side logic
# what retorspecitvely I think you meant
"You need to run JS to scrape things off of (web pages with client-side logic) so now you need Selenium for web scraping."
i.e. the web page has client side logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment