Human Emulator Studio 7.0.67 (based on Chromium)

Messages about new versions and other changes
User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Wed Mar 03, 2021 6:15 pm

πŸ”„ Updated version 7.0.57

βœ… added telegram object for sending text messages to telegrams
βœ… improved creation and editing of Workflow scripts
βœ… excelfile-> open now allows you to create a new Excel file
βœ… added excelfile-> autosize_row function to automatically size a given row or all rows
βœ… added excelfile-> autosize_col function to automatically size a given column or all columns
βœ… added tesseractOCR-> get_segmented_regions function to get all coordinates of text blocks in the picture
βœ… bug fix work browser-> import_cookies
βœ… added the tesseractOCR-> get_region_by_text function to get the region of the text in the picture (for example, it can be used to work with any external programs)
βœ… added excelfile-> set_row function to set a string from an array
βœ… added excelfile-> get_row function to get a string from an array
βœ… added excelfile-> set_cell_border function to set color and type of cell border

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Fri Mar 05, 2021 4:37 pm

πŸ”„ Updated version 7.0.57

βœ… added the attachments parameter to mail-> send_mail_via_outlook, which allows you to send attachments via an array of file paths
βœ… added the attachments parameter to mail-> send_mail_via_smtp, which allows sending attachments via an array of file paths
βœ… the functions move_message_by_xxx have been added to mail to move messages from folder to folder via IMAP
βœ… the save_message_attachments_by_xxx functions have been added to mail to save email attachments via IMAP
βœ… bug fix found errors in the work of IMAP
βœ… the is_process_exists_by_name and is_process_exists_by_path functions have been added to the app to check the launch of a given process
βœ… functions added to excelfile
β–ͺ️insert_row
β–ͺ️remove_row
β–ͺ️clear_row
β–ͺ️clear_cell

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Mon Mar 15, 2021 8:12 am

πŸ”„ Updated version 7.0.57

βœ… improved output to the debug panel for short scripts
βœ… improved work of Hourly in the script schedule
βœ… improved receiving of the text body of the message in IMAP
βœ… added the ability to get statistics on the use of functions and objects in scripts
βœ… improved work of the installer (installation of necessary libraries at startup)
βœ… bug fix functions that require rebuilding the browser in Edge

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Fri Mar 19, 2021 11:17 am

πŸ”„ Updated version 7.0.57

βœ… improved smtp authorization for mails-> send_mail_via_smtp
βœ… in the pop3, imap, smtp connection function added the ability to set the file path for logging
βœ… added support for UNC paths (for example "\\\\ Computer \\ Network Share") to network drives in commands that require file paths
βœ… updated XHE plugins
βœ… bug fix encoding of debug error logs and C # scripts
βœ… added yandexVision object - for image recognition via Yandex Vision (Clouds)

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Mon Mar 29, 2021 9:33 am

πŸ”„ Latest changes in version 7.0.57

βœ… added fineReaderOCR object to control OCR through Fine Reader (for those who have a Fine Reader license that supports the command line)
βœ… added functions for managing listbox selection to DOM interface
β–ͺ️select_index
β–ͺ️select_text
β–ͺ️select_value
βœ… bug fix encoding PHP scripts for scripts not created in XHE environment
βœ… speed up the keyboard input functions
βœ… added functions for managing listbox selection to DOM interface
β–ͺ️get_length
β–ͺ️get_selected_index
β–ͺ️get_selected_text
β–ͺ️select_random
β–ͺ️multi_select_indexes
β–ͺ️multi_select_values
β–ͺ️multi_select_texts
βœ… functions for getting child elements have been added to the DOM interface
get_child_by_xpath
get_all_child_by_xpath
βœ… the get_special_folder function has been added to the windows object to get special windows folders (for example, C: \ Windows)
βœ… the ability to select working days has been added to the task properties for the script schedule
βœ… improved performance of Daily tasks (minutes and start hour are no longer lost)
βœ… added an external window inspector with the ability to add WindowInterface commands
βœ… in telegram Added command disconnect
βœ… added more icons for Workflow actions
βœ… bug fix output of the names of some objects when working in the editor
βœ… bug fix and improvement of pdffile-> extract_images
βœ… added pdffile-> compress_images function
βœ… updated engine Chromium: 89.0.14 + gb1b52fe + chromium-89.0.4389.90
βœ… FF engine updated: 60.0.55
βœ… updated components for working with office files (Word, Excel)
βœ… updated engine Edge: 91.0.838.0

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Sat Apr 03, 2021 9:18 am

πŸ”„ Updated version 7.0.58

βœ… the segment_size parameter has been added to the image-> remove_noise function, which affects noise smoothing + the operation of the function itself has been improved
βœ… bug fix window inspector
βœ… added the include_subchildren parameter to the windowinerace function to search the entire window tree
β–ͺ️get_all_child
β–ͺ️get_child_count
β–ͺ️get_child_by_text
β–ͺ️get_child_by_class
β–ͺ️get_child_by_number
βœ… the include_subchildren parameter has been added to the windowinerace function to switch through several windows at once
β–ͺ️get_next
β–ͺ️get_prev
βœ… the level parameter has been added to the windowinerace function to go through several levels at once
β–ͺ️get_parent
β–ͺ️get_owner
βœ… improved window inspector
βœ… added window tree panel - to view the hierarchy of open applications and their windows in the system

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Tue Apr 06, 2021 8:17 am

πŸ”„ Updated version 7.0.58

βœ… added functions to windows
β–ͺ️get_by_hwnd
β–ͺ️get_all_by_process_id
β–ͺ️get_all_by_thread_id
βœ… in the window inspector you can now open the current window in the element tree and vice versa
βœ… added the ability to create screenshots of the window in the inspector
βœ… added the ability to take screenshots of the clicked area + adjust the size of the clicked area

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Mon Apr 12, 2021 8:38 am

πŸ”„ Updated version 7.0.58

βœ… added a dialog through which you can configure (add, remove, disable) plugins that extend the functionality of the program
βœ… added the ability to record a click-area for the desktop in the window inspector
βœ… added the ability to write the code for clicking on the desktop and window in the window inspector
βœ… the ctrl, alt, shift parameters have been added to the keyboard-> key function to simulate hot keys
βœ… added ctrl, alt, shift parameters to windowinterface-> key function to simulate hotkeys
βœ… improvement of the windowinterface-> input function
βœ… added commands to windowinterface:
β–ͺ️cut
β–ͺ️copy
β–ͺ️paste
β–ͺ️clear
β–ͺ️undo

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Mon Apr 26, 2021 8:02 am

πŸ”„ Small update version 7.0.58

βœ… bug fixing anti-captcha work (switch to anti-captcha.com domain)
βœ… bug fix screenshots of elements
βœ… updated library for working with docx + xlsx

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Post by support » Wed Apr 28, 2021 3:02 pm

πŸ”„ Update 7.0.59

βœ… added commands to excelfile
β–ͺ️set_row_color
β–ͺ️set_row_background_color
β–ͺ️set_row_border
β–ͺ️set_col_color
β–ͺ️set_col_background_color
β–ͺ️set_col_border
βœ… a bug fixing the keyboard when running the script from the command line
βœ… Chromium updated to version 90.5.7 + gcd9342c + chromium-90.0.4430.85
βœ… Edge updated 92.0.870.0

Post Reply