ZennoPoster 5.27.0.0 (28.01.2019)
This page has been translated automatically
We want to provide you with the latest help content in your language as soon as possible. This page has been translated automatically and may contain grammatical errors or inaccuracies. We want this content to be useful to you. Please let us know at the bottom of this page if this information was helpful.
View the original article in Russian: ZennoPoster 5.27.0.0 (28.01.2019)
New features:
[+] Optimized work with HTTP requests: reuse of connections, encryption sessions, etc., if possible. This allowed us to significantly reduce CPU consumption and improve stability (The "Use HTTP Connection Pool" setting is enabled by default, if your templates have problems with the new operating mode, then disable this mode to return the old behavior).
[+] Added the ability to recognize the classic KeyCaptcha type (with rectangles):
ZennoPoster.CaptchaSpecialRecognition ("KeyCaptchaRects", instance, false);
[+] The "Recognize captcha" action now allows you to send a captcha from a file.
[+] Improved emulation and work of Canvas and WebGL.
[+] Improving the anonymity of ProjectMaker due to the ability to disable the layer with invisible elements (for example, the "Explore element" frame).
[+] Added the action "Take a column" from the table to the list.
[+] Added the tab.GoBack () method for C # code.
[+] Added project.GetProxy () method for C # code.
[+] Added an optional storeCookie parameter to the instance.ClearCache method, true by default. If false, then calling the method will also clear cookies. Instead of calling two commands instance.ClearCache (); instance.ClearCookie (), you can write instance.ClearCache (false). Less code, faster and more reliable.
[+] The action "Clear cookies" will not complete successfully if the cookies are not completely cleared for some reason.
[+] Improvements in the interface.
Fixed bugs:
[*] Chrome Edition: Fixed problem with referrer transmission.
[*] Chrome Edition: Fixed problem with entering numbers into fields.
[*] Chrome Edition: Fixed problem with restoring cookies from profile.
[*] Chrome Edition: Fixed search for HTML elements by attributes containing only numbers.
[*] Chrome Edition: Thumbnails for actions created by Action Builder have been returned.
[*] Chrome Edition: Fixed element search errors.
[*] Chrome Edition: Fixed \ n symbol.
[*] The problem when proxy was not installed in a nested project in ZennoPoster has been fixed.
[*] Fixed the situation when the context menu in the ProjectMaker browser could not open.
[*] Interface fixes.
[*] Problems with starting Firefox on some systems have been fixed.
[*] Some bugs in the Parsing Helper have been fixed.
[*] Errors when loading cookies with #HttpOnly_ have been fixed.
[*] When moving a nonexistent directory, a warning is displayed in the log.
[*] The behavior of clearing cookies for the CookieContainer when clearing cookies in the browser has been fixed.
[*] Action for GET / POST requests now fails if proxy is incorrectly specified.
[*] The work of GET requests with parameters like? V = & s = 1 has been fixed.
[*] Fixed work of macros {-Profile.HTTPAccept-}, {-Profile.AcceptLanguage-}, {-Profile.AcceptEncoding-} in GET / POST requests.
[*] The work of the Action Builder on large pages has been optimized.
[*] Other fixes.