Page 3 of 14

Re: Human Emulator Studio 7.0.42 (based on Chromium)

Posted: Thu Oct 31, 2019 9:20 pm
by support
7.0.42

- updated chrome engine to 77.0.3865.120 version

Re: Human Emulator Studio 7.0.42 (based on Chromium)

Posted: Mon Nov 04, 2019 3:12 pm
by support
Updated 42 version:

- chrome engine updated to version 78.0.3904.70

Re: Human Emulator Studio 7.0.42 (based on Chromium)

Posted: Tue Nov 05, 2019 5:38 pm
by support
update 42 versions:

- the devicePixelRatio parameter has been added to the browser->set_hardware_info function to be set in the window JS engine.devicePixelRatio
- in the browser->set_app_info function, the vendor and vendorSub parameters have been added for setting in the JS navigator engine.vendor and navigator.vendorSub
- bug fix SMS activator works

Re: Human Emulator Studio 7.0.42 (based on Chromium)

Posted: Wed Nov 06, 2019 2:43 pm
by support
7.0.42

- bug fix setting browser size when opening popups at a given width or height of the original browser
- bug fix browser->set_referer
- added browser->clear_indexed_db command
- clear cookies now clears all storage associated with cookies (Local Storage, Session Storage, IndexedDB, database and cookies themselves)
- added menu items "Tools\Cleanup\Local Storage" and "Tools\Cleanup\IndexedDB" to clean the respective repositories

Re: Human Emulator Studio 7.0.42 (based on Chromium)

Posted: Thu Nov 07, 2019 7:13 pm
by support
Update in version 7.0.42

- bug fix on / off WebRTC
- improved navigation to sites with cross origin domen
- improved plug-ins
- added Proxy Checker plugin (together with source code)
- slight UI improvement
- in the function connection - >set_local_ip added parameters that control DNS: defaultDNS, subDNS

Re: Human Emulator Studio 7.0.43 (based on Chromium)

Posted: Mon Nov 18, 2019 12:52 pm
by support
7.0.43 (2019.11.18)
- added the ability to set the path to the settings folder via the command line parameter: /settings_folder: "path"
- in browser - >close_all_tabs the parameter close_type ("Without Active","All Left","All Right") - allowing to close the corresponding tabs is added
- default graphics card for WebGL rendering
- added setting to use Google Switchshader for rendering (WebGL Unmasked Renderer)
- small bug fix interface

Re: Human Emulator Studio 7.0.43 (based on Chromium)

Posted: Wed Nov 20, 2019 3:14 pm
by support
7.0.43

- bug fix of crashing when running scripts from scheduler at program start
- under browser - >navigate ("") now is happening transition on about: blank
- in function browser - >get_current_proxy added parameter with_auth-allowing together with proxy obtain his login and parole
- improved operation of set_random_web_gl_finger_print: added parameters: noiseImage, noiseParams, unmaskedVendor, unmaskedRenderer, glVersion, shadingLanguageVersion, vendor, renderer, corresponding to the parameters on the page : https://browserleaks.com/webgl

Re: Human Emulator Studio 7.0.43 (based on Chromium)

Posted: Fri Nov 22, 2019 3:38 pm
by support
update version 7.0.43

- improved profile dialog
- bug fix getting active browser in some commands when multithreading in server_tab mode
- improved context menu, inspector, list and tree operation for nested frames (any level)

Re: Human Emulator Studio 7.0.43 (based on Chromium)

Posted: Sun Nov 24, 2019 3:57 pm
by support
7.0.43

- added browser->import_cookies function to import cookies from JSON format (e.g. addon for chrome EditThisCookie)

Re: Human Emulator Studio 7.0.43 (based on Chromium)

Posted: Thu Dec 05, 2019 7:53 am
by support
small update for 7.0.43:

- added webpage->print_body function similar to webpage->print_screen to screenshot the entire page
- in the browser - >save_profile function, the name and description parameters have been added, allowing you to specify the name and description of the profile
- removed warning in JS related to new Buffer
- small bug fix interface
- bug fix is_view_now
- bug fix browser->close_all for pages-individual Windows
- improved profile dialog