v0.15.0
MontFerret/ferretv0.15.0Apr 24, 2021by ziflex
AI Summary
Adds support for document charset, a Walk method, and keyboard event simulation capabilities.
Key Highlights
- Support for document charset in HTTP driver
- Walk method to FQL Parser
- Possibility to send keyboard events like 'Enter' or 'Shift'
Breaking Changes
- Moved CLI to a separate repository
New Features
- Document charset support
- Walk method
- Keyboard events support
Full Release Notes
#### Added - Support of document charset in HTTP driver [#609](https://github.com/MontFerret/ferret/pull/609) - ``Walk`` method to FQL Parser [80c278e](https://github.com/MontFerret/ferret/commit/80c278ec6c783e29a8df12865da8208d1c148c65) - Possibility to send keyboard events like 'Enter' or 'Shift' [#618](https://github.com/MontFerret/ferret/pull/618) #### Changed - Moved CLI to a separate repository [#608](https://github.com/MontFerret/ferret/pull/608) #### Fixed - Passing headers and cookies to HTTP driver [#614](https://github.com/MontFerret/ferret/pull/614) - Reading property of anyonymous object [#616](https://github.com/MontFerret/ferret/pull/616) - Clearing input text containing special characteers [#619](https://github.com/MontFerret/ferret/pull/619)