What's new:
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:
- New actions: resource length and resource reload.
- "Custom" action is renamed to Execute Code. Action interface contains code editor.
- Error logs message gives action id instead of code and line number.
- Fingerprint sets window.outerHeight, window.outerWidth.
- Recaptcha module may send current proxy to antigate or 2(ru)captcha.
- Can enable or disable webgl through settings tab.
- Browser starts only when it's needed(not on a thread start).
- Log contains notifications about number of threads, missing element on page and waiting for resource.
- Start tunneling only after Proxy action.
- Compiled script works in deep nested subfolders.
- Stealthier timezone changer.
- Fix window flickering on working compiled script.
- "Reload" api call now works with database.
- Execute browser script without eval.
- And have a happy holidays!
- HTTP requests recorder + sniffer; per-request (local) headers; raw post body
- datetime module (C++); clipboard module; smooth browser start
- New actions: resource length, resource reload
- Log system: waiters logged, filter window
- Regexp module captures groups, better docs; email module (delete mail, search by "to")