- Nothing changed yet.
- support
- support
- changelog fix
- py3 support
- fix a bug in download, reply can be not finished to read on exit
- fix #46
- cookie jar fix (#41)
- Better proxy support
- Travis setup
- Cookie jar fix
- fix release again
- fix release
- run natives clicks with autopy
- add a helper to move the mouse more easily
- Better ssl support
- better http headers support
- pyside support
- better cookie support
- fix #17: download timeout
- fix #25: new signal api for sslErrors
- Example google fixed
- documentation
- Fix bug where jquery compatiblity mode can be not activated thx to yusumishi (yusumishi@gmail.com) for report.
- proper release
Make new defaults for sane initialization & api cleanup, now:
- We remapped simulations's functions to wk_* ones
- we added extensive documentation in src/spynner/tests/spynner.rst
- we do not embed jquery as default
- we do not embed jquery's simulate plugins automaticly which is totally deprecated
- proper release
- add wk_check/_unckeck methods
Rework javascript load [kiorky]
Some try in native events [kiorky]
Fix directory issue [kiorky]
add Samples [kiorky]
Fix download cookiesjar free problem [kiorky <kiorky@cryptelium.net>]
Allow download to be tracked for further reuse [kiorky <kiorky@cryptelium.net>]
Generate filenames by looking for their filename in response objects. [kiorky <kiorky@cryptelium.net>]
Add api methods to:
- send raw keyboard keys
- send qt raw mouse clicks
- use qtwebkit native JS click element & fill values
- some helpers to wait for content
[kiorky]
Add download files tracker [kiorky]
- Click does not wait for page load
- Use QtNetwork infrastructure to download files
- Expose webkit objects in Browser class
- Change jQuery to _jQuery
- HTTP authentication
- Callbacks for Javascript confirm and prompts
- Properties: url, html, soup
- Better docstrings (using epydoc)
- Implement image snapshots
- Implement URL filters
- Implement cookies setting [tokland <pyarnau@gmail.com>]
- Use browser.html instead of browser.get_html
- Fix setup.py to make it compatible with Win32
- Add a URL filter mechanism (with a callback)
- Use class-methods instead of burdening Browser.__init__
- Instance variable to ignore SSL certificate errors
- Start using epydoc format for API documentation
- Add create_webview/destroy_webview for GUI debugging [tokland <pyarnau@gmail.com>]
- Initial release. [tokland <pyarnau@gmail.com>]