niklasb / dryscrape

[not actively maintained] A lightweight Python library that uses Webkit to enable easy scraping of dynamic, Javascript-heavy web pages
http://dryscrape.readthedocs.io/
MIT License
533 stars 67 forks source link

Allow for autocompletion to detect Sesson driver proxy methods #66

Closed brycepg closed 7 years ago

brycepg commented 7 years ago

Hi, I've added a method to the Session class to allow for the dir builtin and ipython to detect the methods that Session proxies from Driver. This allows easier exploration of the module for newbies without needing to consult the documentation and makes what methods Session is supposed to have clearer.