XPath tips from the web scraping trenches (opens in new tab)
In the context of web scraping, XPath is a nice tool to have in your belt, as it allows you to write specifications of document locations more flexibly than CSS selectors. In case you're looking for a tutorial, here is a tutorial with XPath tips and examples. In this post, we'll show you some tips […]
Read the original article