This version has a lot of http client enhancements: Http requests recorder helps to convert browser script to http client script.
Http sniffer can be usefull for debugging your script and finding bug or differences between browser script and http client script.
Get and post actions may set headers. This is kind of local headers which may be used together with global and overrides them.
This is headers list generated by requests recorder
Post body may be filled in row format:
Log system also gets update:
All action, which waits for some event will add a log entry. This was done to get rid of software stuck impression.
Log panel has filter window which gives a lot of capabilities:
Some email module updates: delete mail, search by "to" field.
New module - datetime. This module is written in c++ and much more powerfull than javascript implementation.
For example, parse date with specified format or with autoformat.
Smooth browser start feature allows to soften the load on your PC when running in multithreading mode.
Regexp module can capture groups, it is better documented now and supports complex syntax.
Clipboard module helps to input big text(including html format) into forms:
And other changes and bug fixes:
And have a happy holidays!