Page 12 of 14

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Wed Mar 03, 2021 6:15 pm
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Fri Mar 05, 2021 4:37 pm
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Mon Mar 15, 2021 8:12 am
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Fri Mar 19, 2021 11:17 am
by support
🔄 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)

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Mon Mar 29, 2021 9:33 am
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Sat Apr 03, 2021 9:18 am
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Tue Apr 06, 2021 8:17 am
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Mon Apr 12, 2021 8:38 am
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Mon Apr 26, 2021 8:02 am
by support
🔄 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

Re: Human Emulator Studio 7.0.57 (based on Chromium)

Posted: Wed Apr 28, 2021 3:02 pm
by support
🔄 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