The selscrape project contains the following classes:
- SelScrape - a class that simplifies calls to selenium to:
- navigate to website urls
- extract information from website elements using xpath
- enter information on forms of a website using xpath
- click on buttons, etc
- simplify downloading files from urls
- SelDictAccess - a simpler form of SelScrape that allows you to pass a dictionary of xpath statements to use when accessing html elements.
- CraigAccess - access auto information from Craigslist using SelScrape and SelDictAccess.
- ChaseCareers - another example of using SelScrape to extract job postings from the jpmorganchase careers website.