webemulator
11 subscribers
111 links
human emulator news (en)
Download Telegram
🔄 Updated version 7.0.56

added wordfile object for working with Word files with functions:
▪️read - read Word as text
▪️read_table_by_number - read the table with a given number in Word as text
▪️get_table_count - get the number of tables in the Word file
▪️convert - convert word formats to other formats
new objects have been added to Workflow

💬discuss on the forum http://webemulator.com/forum/viewtopic.php?f=5&t=2&p=251

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Updated version 7.0.56

Updated FF engine (stability + memory leaks fixed)
Added all objects and commands of human to Workflow

💬discuss on the forum http://webemulator.com/forum/viewtopic.php?f=5&t=2&p=254

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Updated version 7.0.56

updated engine Chromium 88.1.0 + g433d6e1 + chromium-88.0.4324.27
Bug fix work Workflow
Added highlighting of a running element to Workflow
Added output of messages to the debug window in Workflow

💬discuss on the forum http://webemulator.com/forum/viewtopic.php?f=5&t=2&p=254

#BrowserAutomation #Software #AutomationTool #humanemulatorstud
🔄 Updated version 7.0.56

Bug fix for opening popups on the new Chromium engine
Added work with strings to Workflow
Workflow files are now displayed in the Quick Start tree
Added settings that control debugging Workflow scripts
added an excelfile object for working with Excel tables

💬discuss on the forum http://webemulator.com/forum/viewtopic.php?f=5&t=2&p=256

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Latest updates version 7.0.56

added new Activities for Workflow, simplifying the creation of scrambling scripts
in Excel functions, you can now transfer both text and numeric coordinates of cells
localization of the Workflow category tree has been made
added more functions to automate work with Excel
Added the Table of Contents panel for working with Workflow scripts
autocorrect http and https in enable_proxy function for Firefox
improved workflow debugging
added more functions to automate work with Excel
improved Activity selection in MS Workflow
Activity editor is divided into 3 independent panels
bug fix browser-> print_body
Workflow - the ability to add your actions to the action bar from DLL with Activity classes
Workflow - the ability to add your actions from Workflow files
added the ability to set notes for each action
improved capabilities of standard variable type actions such as ForEach

💬discuss on the forum http://webemulator.com/forum/viewtopic.php?f=5&t=2&p=256

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Latest updates version 7.0.56

improved output to the debug panel (now <,> are displayed in html mode, for text mode one \ n is now enough for line feed)
added setting to display html tags in the debug panel
added certificate error handling to FF
improved category tree and Workflow editor
a convert function has been added to excelfile to convert Excel files to other formats
wordfile.convert function now supports docx to xlsx conversion

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=278

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Latest updates version 7.0.56

bug fix textfile.write_file (added encoding selection) in JS
added missing actions to action editor
the ability to add actions via the context menu and record actions
added is_add parameter to debug.set_tab_content, which allows adding text to debug panels
bug fix for resetting browser sizes when minimizing and expanding the program
improved work with html child elements
FF engine updated

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=278

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Latest updates version 7.0.56

bug fix and improvement of recording actions
added missing actions from DOM for Workflow category tree
added pdffile-> combine function - to merge several pdf files into one
excelfile-> convert function now allows converting to pdf and xps formats
partial work of the context menu and auto-completion of actions for Workflow scripts
phage fix of some Workflow actions + adding icons
improved operation of the captcha input dialog
Edge engine updated
added the cc, bcc parameter to mail-> send_mail_via_smtp, which allows specifying copy recipients via; + in the to parameter, you can specify recipients via;
wordfile-> convert allows converting to xps now
improved workflow actions
removed brakes when editing an action
the context menu now adds to Workflow all actions for working with elements in the browser
updated engine CEF 88.2.4 + gf3c4ca9 + chromium-88.0.4324.150
optimization for speed and memory

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=278

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Version 7.0.57 released

Added the ability to set a proxy in Edge
Added the ability to get, set and clear cookies in Edge
improved asynchronous operation of methods that require downloading information from the Internet
improved workflow
highlighting errors of Workflow expressions on the fly

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=278

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Updated version 7.0.57

added extract_images method to pdffile
added tesseractOCR object for text recognition in images
added method image-> save_as_gray () to convert image to black and white
added image-> resize () method to scale images
added method image-> invert () to invert images
added method image-> remove_noise () for smoothing image noise
prohibition of loss of focus Chromium Offscreen model

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=278

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=283

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=284

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 Updated version 7.0.57

Chromium engine updated: CEF 88.2.9 + g5c8711a + chromium-88.0.4324.182
Selenium engine updated: 89.0.4389.2300
updated engine Edge: 90.0.817.0
acceleration of work with pictures (Computer Vision)

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=284

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=284

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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)

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=284

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=287

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=287

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=287

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=287

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=287

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio
🔄 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

💬discuss on the forum https://webemulator.com/forum/viewtopic.php?f=5&t=2&p=287

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio