Script browser based on the oct browser module for simple and intuitive web browsing using script
Python Version | Tested |
---|---|
Python >= 2.7.x | Tested |
Python >= 3.4 | Tested |
You can install OCTBrowser with pip :
pip install octbrowser
Or using setuptools :
python setup.py install
- Headers manipulation methods now update the session headers and make it avaible for all requests (thanks to Mark Owen)
- The
submit_form
method now send correcty the headers (thanks to Mark Owen) - Now using SocketServer for unit testing (thanks to Mark Owen)
- Global unit tests improvements (thanks to Mark Owen)